home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / mail / Mutt089src.lha / Mutt-0.89i-AMIGA / src / configure < prev    next >
Text File  |  1998-01-28  |  86KB  |  2,995 lines

  1. #! /bin/sh
  2.  
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated automatically using autoconf version 2.12 
  5. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  6. #
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9.  
  10. # Defaults:
  11. ac_help=
  12. ac_default_prefix=/usr/local
  13. # Any additions from configure.in:
  14. ac_help="$ac_help
  15.   --with-slang[=DIR]         use S-Lang instead of ncurses"
  16. ac_help="$ac_help
  17.   --with-curses=DIR          ncurses is installed in "
  18. ac_help="$ac_help
  19.   --with-rx[=DIR]            Use GNU rx "
  20. ac_help="$ac_help
  21.   --with-homespool[=FILE]    file in user's directory where new mail is spooled"
  22. ac_help="$ac_help
  23.   --with-mailpath=DIR        directory where spool mailboxes are located"
  24. ac_help="$ac_help
  25.   --with-sharedir=PATH       specify where to put arch independent files"
  26. ac_help="$ac_help
  27.   --with-domain=DOMAIN       Specify your DNS domain name "
  28. ac_help="$ac_help
  29.   --enable-hidden-host       Only use the domain name for local addresses"
  30. ac_help="$ac_help
  31.   --enable-pop               Enable POP3 support"
  32. ac_help="$ac_help
  33.   --enable-flock             Use flock() to lock files"
  34. ac_help="$ac_help
  35.   --disable-fcntl            Do NOT use fcntl() to lock files "
  36. ac_help="$ac_help
  37.   --disable-warnings         turn off compiler warnings (not recommended)"
  38. ac_help="$ac_help
  39.   --enable-nfs-fix           Work around an NFS with broken attributes caching "
  40. ac_help="$ac_help
  41.   --enable-buffy-size        Use file size attribute instead of access time "
  42. ac_help="$ac_help
  43.   --enable-locales-fix       The result of isprint() is unreliable "
  44. ac_help="$ac_help
  45.   --with-exec-shell=SHELL    Specify alternate shell (ONLY if /bin/sh is broken)"
  46.  
  47. # Initialize some variables set by options.
  48. # The variables have the same names as the options, with
  49. # dashes changed to underlines.
  50. build=NONE
  51. cache_file=./config.cache
  52. exec_prefix=NONE
  53. host=NONE
  54. no_create=
  55. nonopt=NONE
  56. no_recursion=
  57. prefix=NONE
  58. program_prefix=NONE
  59. program_suffix=NONE
  60. program_transform_name=s,x,x,
  61. silent=
  62. site=
  63. srcdir=
  64. target=NONE
  65. verbose=
  66. x_includes=NONE
  67. x_libraries=NONE
  68. bindir='${exec_prefix}/bin'
  69. sbindir='${exec_prefix}/sbin'
  70. libexecdir='${exec_prefix}/libexec'
  71. datadir='${prefix}/share'
  72. sysconfdir='${prefix}/etc'
  73. sharedstatedir='${prefix}/com'
  74. localstatedir='${prefix}/var'
  75. libdir='${exec_prefix}/lib'
  76. includedir='${prefix}/include'
  77. oldincludedir='/usr/include'
  78. infodir='${prefix}/info'
  79. mandir='${prefix}/man'
  80.  
  81. # Initialize some other variables.
  82. subdirs=
  83. MFLAGS= MAKEFLAGS=
  84. # Maximum number of lines to put in a shell here document.
  85. ac_max_here_lines=12
  86.  
  87. ac_prev=
  88. for ac_option
  89. do
  90.  
  91.   # If the previous option needs an argument, assign it.
  92.   if test -n "$ac_prev"; then
  93.     eval "$ac_prev=\$ac_option"
  94.     ac_prev=
  95.     continue
  96.   fi
  97.  
  98.   case "$ac_option" in
  99.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  100.   *) ac_optarg= ;;
  101.   esac
  102.  
  103.   # Accept the important Cygnus configure options, so we can diagnose typos.
  104.  
  105.   case "$ac_option" in
  106.  
  107.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  108.     ac_prev=bindir ;;
  109.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  110.     bindir="$ac_optarg" ;;
  111.  
  112.   -build | --build | --buil | --bui | --bu)
  113.     ac_prev=build ;;
  114.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  115.     build="$ac_optarg" ;;
  116.  
  117.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  118.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  119.     ac_prev=cache_file ;;
  120.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  121.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  122.     cache_file="$ac_optarg" ;;
  123.  
  124.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  125.     ac_prev=datadir ;;
  126.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  127.   | --da=*)
  128.     datadir="$ac_optarg" ;;
  129.  
  130.   -disable-* | --disable-*)
  131.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  132.     # Reject names that are not valid shell variable names.
  133.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  134.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  135.     fi
  136.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  137.     eval "enable_${ac_feature}=no" ;;
  138.  
  139.   -enable-* | --enable-*)
  140.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  141.     # Reject names that are not valid shell variable names.
  142.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  143.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  144.     fi
  145.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  146.     case "$ac_option" in
  147.       *=*) ;;
  148.       *) ac_optarg=yes ;;
  149.     esac
  150.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  151.  
  152.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  153.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  154.   | --exec | --exe | --ex)
  155.     ac_prev=exec_prefix ;;
  156.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  157.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  158.   | --exec=* | --exe=* | --ex=*)
  159.     exec_prefix="$ac_optarg" ;;
  160.  
  161.   -gas | --gas | --ga | --g)
  162.     # Obsolete; use --with-gas.
  163.     with_gas=yes ;;
  164.  
  165.   -help | --help | --hel | --he)
  166.     # Omit some internal or obsolete options to make the list less imposing.
  167.     # This message is too long to be a string in the A/UX 3.1 sh.
  168.     cat << EOF
  169. Usage: configure [options] [host]
  170. Options: [defaults in brackets after descriptions]
  171. Configuration:
  172.   --cache-file=FILE       cache test results in FILE
  173.   --help                  print this message
  174.   --no-create             do not create output files
  175.   --quiet, --silent       do not print \`checking...' messages
  176.   --version               print the version of autoconf that created configure
  177. Directory and file names:
  178.   --prefix=PREFIX         install architecture-independent files in PREFIX
  179.                           [$ac_default_prefix]
  180.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  181.                           [same as prefix]
  182.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  183.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  184.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  185.   --datadir=DIR           read-only architecture-independent data in DIR
  186.                           [PREFIX/share]
  187.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  188.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  189.                           [PREFIX/com]
  190.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  191.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  192.   --includedir=DIR        C header files in DIR [PREFIX/include]
  193.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  194.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  195.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  196.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  197.   --program-prefix=PREFIX prepend PREFIX to installed program names
  198.   --program-suffix=SUFFIX append SUFFIX to installed program names
  199.   --program-transform-name=PROGRAM
  200.                           run sed PROGRAM on installed program names
  201. EOF
  202.     cat << EOF
  203. Host type:
  204.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  205.   --host=HOST             configure for HOST [guessed]
  206.   --target=TARGET         configure for TARGET [TARGET=HOST]
  207. Features and packages:
  208.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  209.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  210.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  211.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  212.   --x-includes=DIR        X include files are in DIR
  213.   --x-libraries=DIR       X library files are in DIR
  214. EOF
  215.     if test -n "$ac_help"; then
  216.       echo "--enable and --with options recognized:$ac_help"
  217.     fi
  218.     exit 0 ;;
  219.  
  220.   -host | --host | --hos | --ho)
  221.     ac_prev=host ;;
  222.   -host=* | --host=* | --hos=* | --ho=*)
  223.     host="$ac_optarg" ;;
  224.  
  225.   -includedir | --includedir | --includedi | --included | --include \
  226.   | --includ | --inclu | --incl | --inc)
  227.     ac_prev=includedir ;;
  228.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  229.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  230.     includedir="$ac_optarg" ;;
  231.  
  232.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  233.     ac_prev=infodir ;;
  234.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  235.     infodir="$ac_optarg" ;;
  236.  
  237.   -libdir | --libdir | --libdi | --libd)
  238.     ac_prev=libdir ;;
  239.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  240.     libdir="$ac_optarg" ;;
  241.  
  242.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  243.   | --libexe | --libex | --libe)
  244.     ac_prev=libexecdir ;;
  245.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  246.   | --libexe=* | --libex=* | --libe=*)
  247.     libexecdir="$ac_optarg" ;;
  248.  
  249.   -localstatedir | --localstatedir | --localstatedi | --localstated \
  250.   | --localstate | --localstat | --localsta | --localst \
  251.   | --locals | --local | --loca | --loc | --lo)
  252.     ac_prev=localstatedir ;;
  253.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  254.   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  255.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  256.     localstatedir="$ac_optarg" ;;
  257.  
  258.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  259.     ac_prev=mandir ;;
  260.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  261.     mandir="$ac_optarg" ;;
  262.  
  263.   -nfp | --nfp | --nf)
  264.     # Obsolete; use --without-fp.
  265.     with_fp=no ;;
  266.  
  267.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  268.   | --no-cr | --no-c)
  269.     no_create=yes ;;
  270.  
  271.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  272.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  273.     no_recursion=yes ;;
  274.  
  275.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  276.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  277.   | --oldin | --oldi | --old | --ol | --o)
  278.     ac_prev=oldincludedir ;;
  279.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  280.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  281.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  282.     oldincludedir="$ac_optarg" ;;
  283.  
  284.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  285.     ac_prev=prefix ;;
  286.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  287.     prefix="$ac_optarg" ;;
  288.  
  289.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  290.   | --program-pre | --program-pr | --program-p)
  291.     ac_prev=program_prefix ;;
  292.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  293.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  294.     program_prefix="$ac_optarg" ;;
  295.  
  296.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  297.   | --program-suf | --program-su | --program-s)
  298.     ac_prev=program_suffix ;;
  299.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  300.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  301.     program_suffix="$ac_optarg" ;;
  302.  
  303.   -program-transform-name | --program-transform-name \
  304.   | --program-transform-nam | --program-transform-na \
  305.   | --program-transform-n | --program-transform- \
  306.   | --program-transform | --program-transfor \
  307.   | --program-transfo | --program-transf \
  308.   | --program-trans | --program-tran \
  309.   | --progr-tra | --program-tr | --program-t)
  310.     ac_prev=program_transform_name ;;
  311.   -program-transform-name=* | --program-transform-name=* \
  312.   | --program-transform-nam=* | --program-transform-na=* \
  313.   | --program-transform-n=* | --program-transform-=* \
  314.   | --program-transform=* | --program-transfor=* \
  315.   | --program-transfo=* | --program-transf=* \
  316.   | --program-trans=* | --program-tran=* \
  317.   | --progr-tra=* | --program-tr=* | --program-t=*)
  318.     program_transform_name="$ac_optarg" ;;
  319.  
  320.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  321.   | -silent | --silent | --silen | --sile | --sil)
  322.     silent=yes ;;
  323.  
  324.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  325.     ac_prev=sbindir ;;
  326.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  327.   | --sbi=* | --sb=*)
  328.     sbindir="$ac_optarg" ;;
  329.  
  330.   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  331.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  332.   | --sharedst | --shareds | --shared | --share | --shar \
  333.   | --sha | --sh)
  334.     ac_prev=sharedstatedir ;;
  335.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  336.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  337.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  338.   | --sha=* | --sh=*)
  339.     sharedstatedir="$ac_optarg" ;;
  340.  
  341.   -site | --site | --sit)
  342.     ac_prev=site ;;
  343.   -site=* | --site=* | --sit=*)
  344.     site="$ac_optarg" ;;
  345.  
  346.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  347.     ac_prev=srcdir ;;
  348.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  349.     srcdir="$ac_optarg" ;;
  350.  
  351.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  352.   | --syscon | --sysco | --sysc | --sys | --sy)
  353.     ac_prev=sysconfdir ;;
  354.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  355.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  356.     sysconfdir="$ac_optarg" ;;
  357.  
  358.   -target | --target | --targe | --targ | --tar | --ta | --t)
  359.     ac_prev=target ;;
  360.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  361.     target="$ac_optarg" ;;
  362.  
  363.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  364.     verbose=yes ;;
  365.  
  366.   -version | --version | --versio | --versi | --vers)
  367.     echo "configure generated by autoconf version 2.12"
  368.     exit 0 ;;
  369.  
  370.   -with-* | --with-*)
  371.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  372.     # Reject names that are not valid shell variable names.
  373.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  374.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  375.     fi
  376.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  377.     case "$ac_option" in
  378.       *=*) ;;
  379.       *) ac_optarg=yes ;;
  380.     esac
  381.     eval "with_${ac_package}='$ac_optarg'" ;;
  382.  
  383.   -without-* | --without-*)
  384.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  385.     # Reject names that are not valid shell variable names.
  386.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  387.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  388.     fi
  389.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  390.     eval "with_${ac_package}=no" ;;
  391.  
  392.   --x)
  393.     # Obsolete; use --with-x.
  394.     with_x=yes ;;
  395.  
  396.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  397.   | --x-incl | --x-inc | --x-in | --x-i)
  398.     ac_prev=x_includes ;;
  399.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  400.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  401.     x_includes="$ac_optarg" ;;
  402.  
  403.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  404.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  405.     ac_prev=x_libraries ;;
  406.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  407.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  408.     x_libraries="$ac_optarg" ;;
  409.  
  410.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  411.     ;;
  412.  
  413.   *)
  414.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  415.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  416.     fi
  417.     if test "x$nonopt" != xNONE; then
  418.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  419.     fi
  420.     nonopt="$ac_option"
  421.     ;;
  422.  
  423.   esac
  424. done
  425.  
  426. if test -n "$ac_prev"; then
  427.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  428. fi
  429.  
  430. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  431.  
  432. # File descriptor usage:
  433. # 0 standard input
  434. # 1 file creation
  435. # 2 errors and warnings
  436. # 3 some systems may open it to /dev/tty
  437. # 4 used on the Kubota Titan
  438. # 6 checking for... messages and results
  439. # 5 compiler messages saved in config.log
  440. if test "$silent" = yes; then
  441.   exec 6>/dev/null
  442. else
  443.   exec 6>&1
  444. fi
  445. exec 5>./config.log
  446.  
  447. echo "\
  448. This file contains any messages produced by compilers while
  449. running configure, to aid debugging if configure makes a mistake.
  450. " 1>&5
  451.  
  452. # Strip out --no-create and --no-recursion so they do not pile up.
  453. # Also quote any args containing shell metacharacters.
  454. ac_configure_args=
  455. for ac_arg
  456. do
  457.   case "$ac_arg" in
  458.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  459.   | --no-cr | --no-c) ;;
  460.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  461.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  462.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  463.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  464.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  465.   esac
  466. done
  467.  
  468. # NLS nuisances.
  469. # Only set these to C if already set.  These must not be set unconditionally
  470. # because not all systems understand e.g. LANG=C (notably SCO).
  471. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  472. # Non-C LC_CTYPE values break the ctype check.
  473. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  474. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  475. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  476. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  477.  
  478. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  479. rm -rf conftest* confdefs.h
  480. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  481. echo > confdefs.h
  482.  
  483. # A filename unique to this package, relative to the directory that
  484. # configure is in, which we can look for to find out if srcdir is correct.
  485. ac_unique_file=mutt.h
  486.  
  487. # Find the source files, if location was not specified.
  488. if test -z "$srcdir"; then
  489.   ac_srcdir_defaulted=yes
  490.   # Try the directory containing this script, then its parent.
  491.   ac_prog=$0
  492.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  493.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  494.   srcdir=$ac_confdir
  495.   if test ! -r $srcdir/$ac_unique_file; then
  496.     srcdir=..
  497.   fi
  498. else
  499.   ac_srcdir_defaulted=no
  500. fi
  501. if test ! -r $srcdir/$ac_unique_file; then
  502.   if test "$ac_srcdir_defaulted" = yes; then
  503.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  504.   else
  505.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  506.   fi
  507. fi
  508. srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  509.  
  510. # Prefer explicitly selected file to automatically selected ones.
  511. if test -z "$CONFIG_SITE"; then
  512.   if test "x$prefix" != xNONE; then
  513.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  514.   else
  515.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  516.   fi
  517. fi
  518. for ac_site_file in $CONFIG_SITE; do
  519.   if test -r "$ac_site_file"; then
  520.     echo "loading site script $ac_site_file"
  521.     . "$ac_site_file"
  522.   fi
  523. done
  524.  
  525. if test -r "$cache_file"; then
  526.   echo "loading cache $cache_file"
  527.   . $cache_file
  528. else
  529.   echo "creating cache $cache_file"
  530.   > $cache_file
  531. fi
  532.  
  533. ac_ext=c
  534. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  535. ac_cpp='$CPP $CPPFLAGS'
  536. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  537. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  538. cross_compiling=$ac_cv_prog_cc_cross
  539.  
  540. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  541.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  542.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  543.     ac_n= ac_c='
  544. ' ac_t='    '
  545.   else
  546.     ac_n=-n ac_c= ac_t=
  547.   fi
  548. else
  549.   ac_n= ac_c='\c' ac_t=
  550. fi
  551.  
  552.  
  553.  
  554. VERSION=0.89
  555. SUBVERSION=''
  556.  
  557. echo $ac_n "checking for prefix""... $ac_c" 1>&6
  558. echo "configure:559: checking for prefix" >&5
  559. if test x$prefix = xNONE; then
  560.     mutt_cv_prefix=$ac_default_prefix
  561. else
  562.     mutt_cv_prefix=$prefix
  563. fi
  564. echo "$ac_t""$mutt_cv_prefix" 1>&6
  565.  
  566. # Extract the first word of "gcc", so it can be a program name with args.
  567. set dummy gcc; ac_word=$2
  568. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  569. echo "configure:570: checking for $ac_word" >&5
  570. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  571.   echo $ac_n "(cached) $ac_c" 1>&6
  572. else
  573.   if test -n "$CC"; then
  574.   ac_cv_prog_CC="$CC" # Let the user override the test.
  575. else
  576.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  577.   for ac_dir in $PATH; do
  578.     test -z "$ac_dir" && ac_dir=.
  579.     if test -f $ac_dir/$ac_word; then
  580.       ac_cv_prog_CC="gcc"
  581.       break
  582.     fi
  583.   done
  584.   IFS="$ac_save_ifs"
  585. fi
  586. fi
  587. CC="$ac_cv_prog_CC"
  588. if test -n "$CC"; then
  589.   echo "$ac_t""$CC" 1>&6
  590. else
  591.   echo "$ac_t""no" 1>&6
  592. fi
  593.  
  594. if test -z "$CC"; then
  595.   # Extract the first word of "cc", so it can be a program name with args.
  596. set dummy cc; ac_word=$2
  597. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  598. echo "configure:599: checking for $ac_word" >&5
  599. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  600.   echo $ac_n "(cached) $ac_c" 1>&6
  601. else
  602.   if test -n "$CC"; then
  603.   ac_cv_prog_CC="$CC" # Let the user override the test.
  604. else
  605.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  606.   ac_prog_rejected=no
  607.   for ac_dir in $PATH; do
  608.     test -z "$ac_dir" && ac_dir=.
  609.     if test -f $ac_dir/$ac_word; then
  610.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  611.         ac_prog_rejected=yes
  612.     continue
  613.       fi
  614.       ac_cv_prog_CC="cc"
  615.       break
  616.     fi
  617.   done
  618.   IFS="$ac_save_ifs"
  619. if test $ac_prog_rejected = yes; then
  620.   # We found a bogon in the path, so make sure we never use it.
  621.   set dummy $ac_cv_prog_CC
  622.   shift
  623.   if test $# -gt 0; then
  624.     # We chose a different compiler from the bogus one.
  625.     # However, it has the same basename, so the bogon will be chosen
  626.     # first if we set CC to just the basename; use the full file name.
  627.     shift
  628.     set dummy "$ac_dir/$ac_word" "$@"
  629.     shift
  630.     ac_cv_prog_CC="$@"
  631.   fi
  632. fi
  633. fi
  634. fi
  635. CC="$ac_cv_prog_CC"
  636. if test -n "$CC"; then
  637.   echo "$ac_t""$CC" 1>&6
  638. else
  639.   echo "$ac_t""no" 1>&6
  640. fi
  641.  
  642.   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
  643. fi
  644.  
  645. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  646. echo "configure:647: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  647.  
  648. ac_ext=c
  649. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  650. ac_cpp='$CPP $CPPFLAGS'
  651. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  652. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  653. cross_compiling=$ac_cv_prog_cc_cross
  654.  
  655. cat > conftest.$ac_ext <<EOF
  656. #line 657 "configure"
  657. #include "confdefs.h"
  658. main(){return(0);}
  659. EOF
  660. if { (eval echo configure:661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  661.   ac_cv_prog_cc_works=yes
  662.   # If we can't run a trivial program, we are probably using a cross compiler.
  663.   if (./conftest; exit) 2>/dev/null; then
  664.     ac_cv_prog_cc_cross=no
  665.   else
  666.     ac_cv_prog_cc_cross=yes
  667.   fi
  668. else
  669.   echo "configure: failed program was:" >&5
  670.   cat conftest.$ac_ext >&5
  671.   ac_cv_prog_cc_works=no
  672. fi
  673. rm -fr conftest*
  674.  
  675. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  676. if test $ac_cv_prog_cc_works = no; then
  677.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  678. fi
  679. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  680. echo "configure:681: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  681. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  682. cross_compiling=$ac_cv_prog_cc_cross
  683.  
  684. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  685. echo "configure:686: checking whether we are using GNU C" >&5
  686. if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  687.   echo $ac_n "(cached) $ac_c" 1>&6
  688. else
  689.   cat > conftest.c <<EOF
  690. #ifdef __GNUC__
  691.   yes;
  692. #endif
  693. EOF
  694. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  695.   ac_cv_prog_gcc=yes
  696. else
  697.   ac_cv_prog_gcc=no
  698. fi
  699. fi
  700.  
  701. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  702.  
  703. if test $ac_cv_prog_gcc = yes; then
  704.   GCC=yes
  705.   ac_test_CFLAGS="${CFLAGS+set}"
  706.   ac_save_CFLAGS="$CFLAGS"
  707.   CFLAGS=
  708.   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  709. echo "configure:710: checking whether ${CC-cc} accepts -g" >&5
  710. if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
  711.   echo $ac_n "(cached) $ac_c" 1>&6
  712. else
  713.   echo 'void f(){}' > conftest.c
  714. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  715.   ac_cv_prog_cc_g=yes
  716. else
  717.   ac_cv_prog_cc_g=no
  718. fi
  719. rm -f conftest*
  720.  
  721. fi
  722.  
  723. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  724.   if test "$ac_test_CFLAGS" = set; then
  725.     CFLAGS="$ac_save_CFLAGS"
  726.   elif test $ac_cv_prog_cc_g = yes; then
  727.     CFLAGS="-g -O2"
  728.   else
  729.     CFLAGS="-O2"
  730.   fi
  731. else
  732.   GCC=
  733.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  734. fi
  735.  
  736. echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
  737. echo "configure:738: checking whether ${MAKE-make} sets \${MAKE}" >&5
  738. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  739. if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  740.   echo $ac_n "(cached) $ac_c" 1>&6
  741. else
  742.   cat > conftestmake <<\EOF
  743. all:
  744.     @echo 'ac_maketemp="${MAKE}"'
  745. EOF
  746. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  747. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  748. if test -n "$ac_maketemp"; then
  749.   eval ac_cv_prog_make_${ac_make}_set=yes
  750. else
  751.   eval ac_cv_prog_make_${ac_make}_set=no
  752. fi
  753. rm -f conftestmake
  754. fi
  755. if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  756.   echo "$ac_t""yes" 1>&6
  757.   SET_MAKE=
  758. else
  759.   echo "$ac_t""no" 1>&6
  760.   SET_MAKE="MAKE=${MAKE-make}"
  761. fi
  762.  
  763. ac_aux_dir=
  764. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  765.   if test -f $ac_dir/install-sh; then
  766.     ac_aux_dir=$ac_dir
  767.     ac_install_sh="$ac_aux_dir/install-sh -c"
  768.     break
  769.   elif test -f $ac_dir/install.sh; then
  770.     ac_aux_dir=$ac_dir
  771.     ac_install_sh="$ac_aux_dir/install.sh -c"
  772.     break
  773.   fi
  774. done
  775. if test -z "$ac_aux_dir"; then
  776.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  777. fi
  778. ac_config_guess=$ac_aux_dir/config.guess
  779. ac_config_sub=$ac_aux_dir/config.sub
  780. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  781.  
  782. # Find a good install program.  We prefer a C program (faster),
  783. # so one script is as good as another.  But avoid the broken or
  784. # incompatible versions:
  785. # SysV /etc/install, /usr/sbin/install
  786. # SunOS /usr/etc/install
  787. # IRIX /sbin/install
  788. # AIX /bin/install
  789. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  790. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  791. # ./install, which can be erroneously created by make from ./install.sh.
  792. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  793. echo "configure:794: checking for a BSD compatible install" >&5
  794. if test -z "$INSTALL"; then
  795. if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  796.   echo $ac_n "(cached) $ac_c" 1>&6
  797. else
  798.     IFS="${IFS=     }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
  799.   for ac_dir in $PATH; do
  800.     # Account for people who put trailing slashes in PATH elements.
  801.     case "$ac_dir/" in
  802.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  803.     *)
  804.       # OSF1 and SCO ODT 3.0 have their own names for install.
  805.       for ac_prog in ginstall installbsd scoinst install; do
  806.         if test -f $ac_dir/$ac_prog; then
  807.       if test $ac_prog = install &&
  808.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  809.         # AIX install.  It has an incompatible calling convention.
  810.         # OSF/1 installbsd also uses dspmsg, but is usable.
  811.         :
  812.       else
  813.         ac_cv_path_install="$ac_dir/$ac_prog -c"
  814.         break 2
  815.       fi
  816.     fi
  817.       done
  818.       ;;
  819.     esac
  820.   done
  821.   IFS="$ac_save_IFS"
  822.  
  823. fi
  824.   if test "${ac_cv_path_install+set}" = set; then
  825.     INSTALL="$ac_cv_path_install"
  826.   else
  827.     # As a last resort, use the slow shell script.  We don't cache a
  828.     # path for INSTALL within a source directory, because that will
  829.     # break other packages using the cache if that directory is
  830.     # removed, or if the path is relative.
  831.     INSTALL="$ac_install_sh"
  832.   fi
  833. fi
  834. echo "$ac_t""$INSTALL" 1>&6
  835.  
  836. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  837. # It thinks the first close brace ends the variable substitution.
  838. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  839.  
  840. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  841.  
  842.  
  843. # Extract the first word of "sendmail", so it can be a program name with args.
  844. set dummy sendmail; ac_word=$2
  845. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  846. echo "configure:847: checking for $ac_word" >&5
  847. if eval "test \"`echo '$''{'ac_cv_path_SENDMAIL'+set}'`\" = set"; then
  848.   echo $ac_n "(cached) $ac_c" 1>&6
  849. else
  850.   case "$SENDMAIL" in
  851.   /*)
  852.   ac_cv_path_SENDMAIL="$SENDMAIL" # Let the user override the test with a path.
  853.   ;;
  854.   *)
  855.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  856.   for ac_dir in `echo $PATH | sed "s/:/ /"` /usr/sbin /usr/lib$ac_dummy; do
  857.     test -z "$ac_dir" && ac_dir=.
  858.     if test -f $ac_dir/$ac_word; then
  859.       ac_cv_path_SENDMAIL="$ac_dir/$ac_word"
  860.       break
  861.     fi
  862.   done
  863.   IFS="$ac_save_ifs"
  864.   test -z "$ac_cv_path_SENDMAIL" && ac_cv_path_SENDMAIL="no"
  865.   ;;
  866. esac
  867. fi
  868. SENDMAIL="$ac_cv_path_SENDMAIL"
  869. if test -n "$SENDMAIL"; then
  870.   echo "$ac_t""$SENDMAIL" 1>&6
  871. else
  872.   echo "$ac_t""no" 1>&6
  873. fi
  874.  
  875. cat >> confdefs.h <<EOF
  876. #define SENDMAIL "$ac_cv_path_SENDMAIL"
  877. EOF
  878.  
  879.  
  880. OPS='$(srcdir)/OPS'
  881. if test -f $srcdir/pgp.c; then
  882.     SUBVERSION=i
  883.     # Extract the first word of "pgpk", so it can be a program name with args.
  884. set dummy pgpk; ac_word=$2
  885. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  886. echo "configure:887: checking for $ac_word" >&5
  887. if eval "test \"`echo '$''{'ac_cv_path_PGPK'+set}'`\" = set"; then
  888.   echo $ac_n "(cached) $ac_c" 1>&6
  889. else
  890.   case "$PGPK" in
  891.   /*)
  892.   ac_cv_path_PGPK="$PGPK" # Let the user override the test with a path.
  893.   ;;
  894.   *)
  895.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  896.   for ac_dir in $PATH; do
  897.     test -z "$ac_dir" && ac_dir=.
  898.     if test -f $ac_dir/$ac_word; then
  899.       ac_cv_path_PGPK="$ac_dir/$ac_word"
  900.       break
  901.     fi
  902.   done
  903.   IFS="$ac_save_ifs"
  904.   test -z "$ac_cv_path_PGPK" && ac_cv_path_PGPK="no"
  905.   ;;
  906. esac
  907. fi
  908. PGPK="$ac_cv_path_PGPK"
  909. if test -n "$PGPK"; then
  910.   echo "$ac_t""$PGPK" 1>&6
  911. else
  912.   echo "$ac_t""no" 1>&6
  913. fi
  914.  
  915.     if test $PGPK != no ; then
  916.         PGP=`echo $PGPK | sed 's,.$,,'`
  917.         cat >> confdefs.h <<EOF
  918. #define _PGPPATH "$PGP"
  919. EOF
  920.  
  921.         cat >> confdefs.h <<\EOF
  922. #define HAVE_PGP5 1
  923. EOF
  924.  
  925.     else
  926.         # Extract the first word of "pgp", so it can be a program name with args.
  927. set dummy pgp; ac_word=$2
  928. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  929. echo "configure:930: checking for $ac_word" >&5
  930. if eval "test \"`echo '$''{'ac_cv_path_PGP'+set}'`\" = set"; then
  931.   echo $ac_n "(cached) $ac_c" 1>&6
  932. else
  933.   case "$PGP" in
  934.   /*)
  935.   ac_cv_path_PGP="$PGP" # Let the user override the test with a path.
  936.   ;;
  937.   *)
  938.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  939.   for ac_dir in $PATH; do
  940.     test -z "$ac_dir" && ac_dir=.
  941.     if test -f $ac_dir/$ac_word; then
  942.       ac_cv_path_PGP="$ac_dir/$ac_word"
  943.       break
  944.     fi
  945.   done
  946.   IFS="$ac_save_ifs"
  947.   test -z "$ac_cv_path_PGP" && ac_cv_path_PGP="no"
  948.   ;;
  949. esac
  950. fi
  951. PGP="$ac_cv_path_PGP"
  952. if test -n "$PGP"; then
  953.   echo "$ac_t""$PGP" 1>&6
  954. else
  955.   echo "$ac_t""no" 1>&6
  956. fi
  957.  
  958.         if test $PGP != no; then
  959.             cat >> confdefs.h <<EOF
  960. #define _PGPPATH "$PGP"
  961. EOF
  962.  
  963.         else
  964.             # Extract the first word of "g10", so it can be a program name with args.
  965. set dummy g10; ac_word=$2
  966. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  967. echo "configure:968: checking for $ac_word" >&5
  968. if eval "test \"`echo '$''{'ac_cv_path_PGP'+set}'`\" = set"; then
  969.   echo $ac_n "(cached) $ac_c" 1>&6
  970. else
  971.   case "$PGP" in
  972.   /*)
  973.   ac_cv_path_PGP="$PGP" # Let the user override the test with a path.
  974.   ;;
  975.   *)
  976.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  977.   for ac_dir in $PATH; do
  978.     test -z "$ac_dir" && ac_dir=.
  979.     if test -f $ac_dir/$ac_word; then
  980.       ac_cv_path_PGP="$ac_dir/$ac_word"
  981.       break
  982.     fi
  983.   done
  984.   IFS="$ac_save_ifs"
  985.   test -z "$ac_cv_path_PGP" && ac_cv_path_PGP="no"
  986.   ;;
  987. esac
  988. fi
  989. PGP="$ac_cv_path_PGP"
  990. if test -n "$PGP"; then
  991.   echo "$ac_t""$PGP" 1>&6
  992. else
  993.   echo "$ac_t""no" 1>&6
  994. fi
  995.  
  996.             if test $PGP != no ; then
  997.                 cat >> confdefs.h <<EOF
  998. #define _PGPPATH "$PGP"
  999. EOF
  1000.  
  1001.             fi
  1002.         fi
  1003.     fi
  1004.     if test $PGP != no; then
  1005.         LIBOBJS="$LIBOBJS pgp.o pgpinvoke.o pgpkey.o pgppubring.o sha1dgst.o"
  1006.         OPS="$OPS \$(srcdir)/OPS.PGP"
  1007.     fi
  1008. fi
  1009.  
  1010.  
  1011. cat >> confdefs.h <<EOF
  1012. #define VERSION "$VERSION$SUBVERSION"
  1013. EOF
  1014.  
  1015.  
  1016.  
  1017. # Extract the first word of "ispell", so it can be a program name with args.
  1018. set dummy ispell; ac_word=$2
  1019. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1020. echo "configure:1021: checking for $ac_word" >&5
  1021. if eval "test \"`echo '$''{'ac_cv_path_ISPELL'+set}'`\" = set"; then
  1022.   echo $ac_n "(cached) $ac_c" 1>&6
  1023. else
  1024.   case "$ISPELL" in
  1025.   /*)
  1026.   ac_cv_path_ISPELL="$ISPELL" # Let the user override the test with a path.
  1027.   ;;
  1028.   *)
  1029.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1030.   for ac_dir in $PATH; do
  1031.     test -z "$ac_dir" && ac_dir=.
  1032.     if test -f $ac_dir/$ac_word; then
  1033.       ac_cv_path_ISPELL="$ac_dir/$ac_word"
  1034.       break
  1035.     fi
  1036.   done
  1037.   IFS="$ac_save_ifs"
  1038.   test -z "$ac_cv_path_ISPELL" && ac_cv_path_ISPELL="no"
  1039.   ;;
  1040. esac
  1041. fi
  1042. ISPELL="$ac_cv_path_ISPELL"
  1043. if test -n "$ISPELL"; then
  1044.   echo "$ac_t""$ISPELL" 1>&6
  1045. else
  1046.   echo "$ac_t""no" 1>&6
  1047. fi
  1048.  
  1049. if test $ISPELL != no; then
  1050.     cat >> confdefs.h <<EOF
  1051. #define ISPELL "$ISPELL"
  1052. EOF
  1053.  
  1054. fi
  1055.  
  1056. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  1057. echo "configure:1058: checking how to run the C preprocessor" >&5
  1058. # On Suns, sometimes $CPP names a directory.
  1059. if test -n "$CPP" && test -d "$CPP"; then
  1060.   CPP=
  1061. fi
  1062. if test -z "$CPP"; then
  1063. if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  1064.   echo $ac_n "(cached) $ac_c" 1>&6
  1065. else
  1066.     # This must be in double quotes, not single quotes, because CPP may get
  1067.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  1068.   CPP="${CC-cc} -E"
  1069.   # On the NeXT, cc -E runs the code through the compiler's parser,
  1070.   # not just through cpp.
  1071.   cat > conftest.$ac_ext <<EOF
  1072. #line 1073 "configure"
  1073. #include "confdefs.h"
  1074. #include <assert.h>
  1075. Syntax Error
  1076. EOF
  1077. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1078. { (eval echo configure:1079: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1079. ac_err=`grep -v '^ *+' conftest.out`
  1080. if test -z "$ac_err"; then
  1081.   :
  1082. else
  1083.   echo "$ac_err" >&5
  1084.   echo "configure: failed program was:" >&5
  1085.   cat conftest.$ac_ext >&5
  1086.   rm -rf conftest*
  1087.   CPP="${CC-cc} -E -traditional-cpp"
  1088.   cat > conftest.$ac_ext <<EOF
  1089. #line 1090 "configure"
  1090. #include "confdefs.h"
  1091. #include <assert.h>
  1092. Syntax Error
  1093. EOF
  1094. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1095. { (eval echo configure:1096: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1096. ac_err=`grep -v '^ *+' conftest.out`
  1097. if test -z "$ac_err"; then
  1098.   :
  1099. else
  1100.   echo "$ac_err" >&5
  1101.   echo "configure: failed program was:" >&5
  1102.   cat conftest.$ac_ext >&5
  1103.   rm -rf conftest*
  1104.   CPP=/lib/cpp
  1105. fi
  1106. rm -f conftest*
  1107. fi
  1108. rm -f conftest*
  1109.   ac_cv_prog_CPP="$CPP"
  1110. fi
  1111.   CPP="$ac_cv_prog_CPP"
  1112. else
  1113.   ac_cv_prog_CPP="$CPP"
  1114. fi
  1115. echo "$ac_t""$CPP" 1>&6
  1116.  
  1117. # Check whether --with-slang or --without-slang was given.
  1118. if test "${with_slang+set}" = set; then
  1119.   withval="$with_slang"
  1120.   echo $ac_n "checking if -ltermlib is required""... $ac_c" 1>&6
  1121. echo "configure:1122: checking if -ltermlib is required" >&5
  1122. if eval "test \"`echo '$''{'mutt_cv_bsdish'+set}'`\" = set"; then
  1123.   echo $ac_n "(cached) $ac_c" 1>&6
  1124. else
  1125.   if test "$cross_compiling" = yes; then
  1126.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1127. else
  1128.   cat > conftest.$ac_ext <<EOF
  1129. #line 1130 "configure"
  1130. #include "confdefs.h"
  1131. #include <sys/param.h>
  1132.  
  1133. main ()
  1134. {
  1135. #ifdef BSD
  1136.     exit (0);
  1137. #else
  1138.     exit (1);
  1139. #endif
  1140. }
  1141. EOF
  1142. if { (eval echo configure:1143: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  1143. then
  1144.   mutt_cv_bsdish=yes
  1145. else
  1146.   echo "configure: failed program was:" >&5
  1147.   cat conftest.$ac_ext >&5
  1148.   rm -fr conftest*
  1149.   mutt_cv_bsdish=no
  1150. fi
  1151. rm -fr conftest*
  1152. fi
  1153.  
  1154. fi
  1155.  
  1156. echo "$ac_t""$mutt_cv_bsdish" 1>&6
  1157.     
  1158.     echo $ac_n "checking for S-Lang""... $ac_c" 1>&6
  1159. echo "configure:1160: checking for S-Lang" >&5
  1160.     if test $withval = yes; then
  1161.         if test -d $srcdir/../slang; then
  1162.             mutt_cv_slang=$srcdir/../slang/src
  1163.             CPPFLAGS="$CPPFLAGS -I${mutt_cv_slang}"
  1164.             LDFLAGS="$LDFLAGS -L${mutt_cv_slang}/objs"
  1165.         else
  1166.             if test -d $mutt_cv_prefix/include/slang; then
  1167.                 CPPFLAGS="$CPPFLAGS -I$mutt_cv_prefix/include/slang"
  1168.             elif test -d /usr/include/slang; then
  1169.                 CPPFLAGS="$CPPFLAGS -I/usr/include/slang"
  1170.             fi
  1171.             mutt_cv_slang=yes
  1172.         fi
  1173.     else
  1174.                 if test -f $withval/src/slang.h; then
  1175.             mutt_cv_slang=$withval/src
  1176.             CPPFLAGS="$CPPFLAGS -I${mutt_cv_slang}"
  1177.             LDFLAGS="$LDFLAGS -L${mutt_cv_slang}/objs"
  1178.         else
  1179.                         mutt_cv_slang=$withval
  1180.             if test -d $withval/include/slang; then
  1181.                 CPPFLAGS="$CPPFLAGS -I${withval}/include/slang"
  1182.             elif test -d $withval/include; then
  1183.                 CPPFLAGS="$CPPFLAGS -I${withval}/include"
  1184.             fi
  1185.             LDFLAGS="$LDFLAGS -L${withval}/lib"
  1186.         fi
  1187.     fi
  1188.     echo "$ac_t""$mutt_cv_slang" 1>&6
  1189.     LIBS="$LIBS -lslang -lm"
  1190.     if test $mutt_cv_bsdish = yes; then
  1191.         LIBS="$LIBS -ltermlib"
  1192.     fi
  1193.     cat >> confdefs.h <<\EOF
  1194. #define USE_SLANG_CURSES 1
  1195. EOF
  1196.  
  1197.     cat >> confdefs.h <<\EOF
  1198. #define HAVE_COLOR 1
  1199. EOF
  1200.  
  1201.     LIBOBJS="$LIBOBJS resize.o"
  1202.     
  1203.         
  1204.     echo $ac_n "checking if I can compile a test SLang program""... $ac_c" 1>&6
  1205. echo "configure:1206: checking if I can compile a test SLang program" >&5
  1206.     cat > conftest.$ac_ext <<EOF
  1207. #line 1208 "configure"
  1208. #include "confdefs.h"
  1209.  
  1210. int main() {
  1211. init_SLang ();
  1212. ; return 0; }
  1213. EOF
  1214. if { (eval echo configure:1215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1215.   rm -rf conftest*
  1216.   echo "$ac_t""yes" 1>&6
  1217. else
  1218.   echo "configure: failed program was:" >&5
  1219.   cat conftest.$ac_ext >&5
  1220.   rm -rf conftest*
  1221.   { echo "configure: error: unable to compile.  check config.log" 1>&2; exit 1; }
  1222. fi
  1223. rm -f conftest*
  1224.  
  1225.     
  1226. else
  1227.   mutt_cv_curses=/usr
  1228.     # Check whether --with-curses or --without-curses was given.
  1229. if test "${with_curses+set}" = set; then
  1230.   withval="$with_curses"
  1231.   if test $withval != yes; then
  1232.             mutt_cv_curses=$withval
  1233.         fi
  1234.         if test x$mutt_cv_curses != x/usr; then
  1235.             LDFLAGS="-L${mutt_cv_curses}/lib $LDFLAGS"
  1236.             CPPFLAGS="$CPPFLAGS -I${mutt_cv_curses}/include"
  1237.         fi
  1238. fi
  1239.  
  1240.  
  1241.     echo $ac_n "checking for initscr in -lncurses""... $ac_c" 1>&6
  1242. echo "configure:1243: checking for initscr in -lncurses" >&5
  1243. ac_lib_var=`echo ncurses'_'initscr | sed 'y%./+-%__p_%'`
  1244. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1245.   echo $ac_n "(cached) $ac_c" 1>&6
  1246. else
  1247.   ac_save_LIBS="$LIBS"
  1248. LIBS="-lncurses  $LIBS"
  1249. cat > conftest.$ac_ext <<EOF
  1250. #line 1251 "configure"
  1251. #include "confdefs.h"
  1252. /* Override any gcc2 internal prototype to avoid an error.  */
  1253. /* We use char because int might match the return type of a gcc2
  1254.     builtin and then its argument prototype would still apply.  */
  1255. char initscr();
  1256.  
  1257. int main() {
  1258. initscr()
  1259. ; return 0; }
  1260. EOF
  1261. if { (eval echo configure:1262: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1262.   rm -rf conftest*
  1263.   eval "ac_cv_lib_$ac_lib_var=yes"
  1264. else
  1265.   echo "configure: failed program was:" >&5
  1266.   cat conftest.$ac_ext >&5
  1267.   rm -rf conftest*
  1268.   eval "ac_cv_lib_$ac_lib_var=no"
  1269. fi
  1270. rm -f conftest*
  1271. LIBS="$ac_save_LIBS"
  1272.  
  1273. fi
  1274. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1275.   echo "$ac_t""yes" 1>&6
  1276.   LIBS="$LIBS -lncurses"
  1277.         if test x$mutt_cv_curses = x/usr -a -d /usr/include/ncurses; then
  1278.             CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses"
  1279.         fi
  1280.         for ac_hdr in ncurses.h
  1281. do
  1282. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1283. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1284. echo "configure:1285: checking for $ac_hdr" >&5
  1285. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  1286.   echo $ac_n "(cached) $ac_c" 1>&6
  1287. else
  1288.   cat > conftest.$ac_ext <<EOF
  1289. #line 1290 "configure"
  1290. #include "confdefs.h"
  1291. #include <$ac_hdr>
  1292. EOF
  1293. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1294. { (eval echo configure:1295: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1295. ac_err=`grep -v '^ *+' conftest.out`
  1296. if test -z "$ac_err"; then
  1297.   rm -rf conftest*
  1298.   eval "ac_cv_header_$ac_safe=yes"
  1299. else
  1300.   echo "$ac_err" >&5
  1301.   echo "configure: failed program was:" >&5
  1302.   cat conftest.$ac_ext >&5
  1303.   rm -rf conftest*
  1304.   eval "ac_cv_header_$ac_safe=no"
  1305. fi
  1306. rm -f conftest*
  1307. fi
  1308. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1309.   echo "$ac_t""yes" 1>&6
  1310.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1311.   cat >> confdefs.h <<EOF
  1312. #define $ac_tr_hdr 1
  1313. EOF
  1314.  
  1315. else
  1316.   echo "$ac_t""no" 1>&6
  1317. fi
  1318. done
  1319.  
  1320. else
  1321.   echo "$ac_t""no" 1>&6
  1322. LIBS="$LIBS -lcurses"
  1323.         if test -f /usr/ccs/lib/libcurses.a; then
  1324.                 LDFLAGS="$LDFLAGS -L/usr/ccs/lib"
  1325.         else
  1326.             if test -f /usr/5lib/libcurses.a; then
  1327.                 LDFLAGS="$LDFLAGS -L/usr/5lib"
  1328.                 CPPFLAGS="$CPPFLAGS -I/usr/5include"
  1329.             fi
  1330.         fi
  1331. fi
  1332.  
  1333.  
  1334.     echo $ac_n "checking for start_color""... $ac_c" 1>&6
  1335. echo "configure:1336: checking for start_color" >&5
  1336. if eval "test \"`echo '$''{'ac_cv_func_start_color'+set}'`\" = set"; then
  1337.   echo $ac_n "(cached) $ac_c" 1>&6
  1338. else
  1339.   cat > conftest.$ac_ext <<EOF
  1340. #line 1341 "configure"
  1341. #include "confdefs.h"
  1342. /* System header to define __stub macros and hopefully few prototypes,
  1343.     which can conflict with char start_color(); below.  */
  1344. #include <assert.h>
  1345. /* Override any gcc2 internal prototype to avoid an error.  */
  1346. /* We use char because int might match the return type of a gcc2
  1347.     builtin and then its argument prototype would still apply.  */
  1348. char start_color();
  1349.  
  1350. int main() {
  1351.  
  1352. /* The GNU C library defines this for functions which it implements
  1353.     to always fail with ENOSYS.  Some functions are actually named
  1354.     something starting with __ and the normal name is an alias.  */
  1355. #if defined (__stub_start_color) || defined (__stub___start_color)
  1356. choke me
  1357. #else
  1358. start_color();
  1359. #endif
  1360.  
  1361. ; return 0; }
  1362. EOF
  1363. if { (eval echo configure:1364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1364.   rm -rf conftest*
  1365.   eval "ac_cv_func_start_color=yes"
  1366. else
  1367.   echo "configure: failed program was:" >&5
  1368.   cat conftest.$ac_ext >&5
  1369.   rm -rf conftest*
  1370.   eval "ac_cv_func_start_color=no"
  1371. fi
  1372. rm -f conftest*
  1373. fi
  1374.  
  1375. if eval "test \"`echo '$ac_cv_func_'start_color`\" = yes"; then
  1376.   echo "$ac_t""yes" 1>&6
  1377.   cat >> confdefs.h <<\EOF
  1378. #define HAVE_COLOR 1
  1379. EOF
  1380.  
  1381. else
  1382.   echo "$ac_t""no" 1>&6
  1383. fi
  1384.  
  1385.     for ac_func in typeahead bkgdset curs_set meta use_default_colors
  1386. do
  1387. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1388. echo "configure:1389: checking for $ac_func" >&5
  1389. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1390.   echo $ac_n "(cached) $ac_c" 1>&6
  1391. else
  1392.   cat > conftest.$ac_ext <<EOF
  1393. #line 1394 "configure"
  1394. #include "confdefs.h"
  1395. /* System header to define __stub macros and hopefully few prototypes,
  1396.     which can conflict with char $ac_func(); below.  */
  1397. #include <assert.h>
  1398. /* Override any gcc2 internal prototype to avoid an error.  */
  1399. /* We use char because int might match the return type of a gcc2
  1400.     builtin and then its argument prototype would still apply.  */
  1401. char $ac_func();
  1402.  
  1403. int main() {
  1404.  
  1405. /* The GNU C library defines this for functions which it implements
  1406.     to always fail with ENOSYS.  Some functions are actually named
  1407.     something starting with __ and the normal name is an alias.  */
  1408. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1409. choke me
  1410. #else
  1411. $ac_func();
  1412. #endif
  1413.  
  1414. ; return 0; }
  1415. EOF
  1416. if { (eval echo configure:1417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1417.   rm -rf conftest*
  1418.   eval "ac_cv_func_$ac_func=yes"
  1419. else
  1420.   echo "configure: failed program was:" >&5
  1421.   cat conftest.$ac_ext >&5
  1422.   rm -rf conftest*
  1423.   eval "ac_cv_func_$ac_func=no"
  1424. fi
  1425. rm -f conftest*
  1426. fi
  1427.  
  1428. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1429.   echo "$ac_t""yes" 1>&6
  1430.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1431.   cat >> confdefs.h <<EOF
  1432. #define $ac_tr_func 1
  1433. EOF
  1434.  
  1435. else
  1436.   echo "$ac_t""no" 1>&6
  1437. fi
  1438. done
  1439.  
  1440.     for ac_func in resizeterm
  1441. do
  1442. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1443. echo "configure:1444: checking for $ac_func" >&5
  1444. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1445.   echo $ac_n "(cached) $ac_c" 1>&6
  1446. else
  1447.   cat > conftest.$ac_ext <<EOF
  1448. #line 1449 "configure"
  1449. #include "confdefs.h"
  1450. /* System header to define __stub macros and hopefully few prototypes,
  1451.     which can conflict with char $ac_func(); below.  */
  1452. #include <assert.h>
  1453. /* Override any gcc2 internal prototype to avoid an error.  */
  1454. /* We use char because int might match the return type of a gcc2
  1455.     builtin and then its argument prototype would still apply.  */
  1456. char $ac_func();
  1457.  
  1458. int main() {
  1459.  
  1460. /* The GNU C library defines this for functions which it implements
  1461.     to always fail with ENOSYS.  Some functions are actually named
  1462.     something starting with __ and the normal name is an alias.  */
  1463. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1464. choke me
  1465. #else
  1466. $ac_func();
  1467. #endif
  1468.  
  1469. ; return 0; }
  1470. EOF
  1471. if { (eval echo configure:1472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1472.   rm -rf conftest*
  1473.   eval "ac_cv_func_$ac_func=yes"
  1474. else
  1475.   echo "configure: failed program was:" >&5
  1476.   cat conftest.$ac_ext >&5
  1477.   rm -rf conftest*
  1478.   eval "ac_cv_func_$ac_func=no"
  1479. fi
  1480. rm -f conftest*
  1481. fi
  1482.  
  1483. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1484.   echo "$ac_t""yes" 1>&6
  1485.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1486.   cat >> confdefs.h <<EOF
  1487. #define $ac_tr_func 1
  1488. EOF
  1489.  LIBOBJS="$LIBOBJS resize.o"
  1490. else
  1491.   echo "$ac_t""no" 1>&6
  1492. fi
  1493. done
  1494.  
  1495.     
  1496. fi
  1497.  
  1498.  
  1499. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  1500. echo "configure:1501: checking for ANSI C header files" >&5
  1501. if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  1502.   echo $ac_n "(cached) $ac_c" 1>&6
  1503. else
  1504.   cat > conftest.$ac_ext <<EOF
  1505. #line 1506 "configure"
  1506. #include "confdefs.h"
  1507. #include <stdlib.h>
  1508. #include <stdarg.h>
  1509. #include <string.h>
  1510. #include <float.h>
  1511. EOF
  1512. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1513. { (eval echo configure:1514: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1514. ac_err=`grep -v '^ *+' conftest.out`
  1515. if test -z "$ac_err"; then
  1516.   rm -rf conftest*
  1517.   ac_cv_header_stdc=yes
  1518. else
  1519.   echo "$ac_err" >&5
  1520.   echo "configure: failed program was:" >&5
  1521.   cat conftest.$ac_ext >&5
  1522.   rm -rf conftest*
  1523.   ac_cv_header_stdc=no
  1524. fi
  1525. rm -f conftest*
  1526.  
  1527. if test $ac_cv_header_stdc = yes; then
  1528.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1529. cat > conftest.$ac_ext <<EOF
  1530. #line 1531 "configure"
  1531. #include "confdefs.h"
  1532. #include <string.h>
  1533. EOF
  1534. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1535.   egrep "memchr" >/dev/null 2>&1; then
  1536.   :
  1537. else
  1538.   rm -rf conftest*
  1539.   ac_cv_header_stdc=no
  1540. fi
  1541. rm -f conftest*
  1542.  
  1543. fi
  1544.  
  1545. if test $ac_cv_header_stdc = yes; then
  1546.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1547. cat > conftest.$ac_ext <<EOF
  1548. #line 1549 "configure"
  1549. #include "confdefs.h"
  1550. #include <stdlib.h>
  1551. EOF
  1552. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1553.   egrep "free" >/dev/null 2>&1; then
  1554.   :
  1555. else
  1556.   rm -rf conftest*
  1557.   ac_cv_header_stdc=no
  1558. fi
  1559. rm -f conftest*
  1560.  
  1561. fi
  1562.  
  1563. if test $ac_cv_header_stdc = yes; then
  1564.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1565. if test "$cross_compiling" = yes; then
  1566.   :
  1567. else
  1568.   cat > conftest.$ac_ext <<EOF
  1569. #line 1570 "configure"
  1570. #include "confdefs.h"
  1571. #include <ctype.h>
  1572. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1573. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1574. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1575. int main () { int i; for (i = 0; i < 256; i++)
  1576. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  1577. exit (0); }
  1578.  
  1579. EOF
  1580. if { (eval echo configure:1581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  1581. then
  1582.   :
  1583. else
  1584.   echo "configure: failed program was:" >&5
  1585.   cat conftest.$ac_ext >&5
  1586.   rm -fr conftest*
  1587.   ac_cv_header_stdc=no
  1588. fi
  1589. rm -fr conftest*
  1590. fi
  1591.  
  1592. fi
  1593. fi
  1594.  
  1595. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  1596. if test $ac_cv_header_stdc = yes; then
  1597.   cat >> confdefs.h <<\EOF
  1598. #define STDC_HEADERS 1
  1599. EOF
  1600.  
  1601. fi
  1602.  
  1603.  
  1604. for ac_hdr in stdarg.h sys/ioctl.h
  1605. do
  1606. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1607. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1608. echo "configure:1609: checking for $ac_hdr" >&5
  1609. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  1610.   echo $ac_n "(cached) $ac_c" 1>&6
  1611. else
  1612.   cat > conftest.$ac_ext <<EOF
  1613. #line 1614 "configure"
  1614. #include "confdefs.h"
  1615. #include <$ac_hdr>
  1616. EOF
  1617. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1618. { (eval echo configure:1619: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1619. ac_err=`grep -v '^ *+' conftest.out`
  1620. if test -z "$ac_err"; then
  1621.   rm -rf conftest*
  1622.   eval "ac_cv_header_$ac_safe=yes"
  1623. else
  1624.   echo "$ac_err" >&5
  1625.   echo "configure: failed program was:" >&5
  1626.   cat conftest.$ac_ext >&5
  1627.   rm -rf conftest*
  1628.   eval "ac_cv_header_$ac_safe=no"
  1629. fi
  1630. rm -f conftest*
  1631. fi
  1632. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1633.   echo "$ac_t""yes" 1>&6
  1634.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1635.   cat >> confdefs.h <<EOF
  1636. #define $ac_tr_hdr 1
  1637. EOF
  1638.  
  1639. else
  1640.   echo "$ac_t""no" 1>&6
  1641. fi
  1642. done
  1643.  
  1644.  
  1645. echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
  1646. echo "configure:1647: checking return type of signal handlers" >&5
  1647. if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
  1648.   echo $ac_n "(cached) $ac_c" 1>&6
  1649. else
  1650.   cat > conftest.$ac_ext <<EOF
  1651. #line 1652 "configure"
  1652. #include "confdefs.h"
  1653. #include <sys/types.h>
  1654. #include <signal.h>
  1655. #ifdef signal
  1656. #undef signal
  1657. #endif
  1658. #ifdef __cplusplus
  1659. extern "C" void (*signal (int, void (*)(int)))(int);
  1660. #else
  1661. void (*signal ()) ();
  1662. #endif
  1663.  
  1664. int main() {
  1665. int i;
  1666. ; return 0; }
  1667. EOF
  1668. if { (eval echo configure:1669: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1669.   rm -rf conftest*
  1670.   ac_cv_type_signal=void
  1671. else
  1672.   echo "configure: failed program was:" >&5
  1673.   cat conftest.$ac_ext >&5
  1674.   rm -rf conftest*
  1675.   ac_cv_type_signal=int
  1676. fi
  1677. rm -f conftest*
  1678. fi
  1679.  
  1680. echo "$ac_t""$ac_cv_type_signal" 1>&6
  1681. cat >> confdefs.h <<EOF
  1682. #define RETSIGTYPE $ac_cv_type_signal
  1683. EOF
  1684.  
  1685.  
  1686.  
  1687. echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6
  1688. echo "configure:1689: checking for sys_siglist declaration in signal.h or unistd.h" >&5
  1689. if eval "test \"`echo '$''{'ac_cv_decl_sys_siglist'+set}'`\" = set"; then
  1690.   echo $ac_n "(cached) $ac_c" 1>&6
  1691. else
  1692.   cat > conftest.$ac_ext <<EOF
  1693. #line 1694 "configure"
  1694. #include "confdefs.h"
  1695. #include <sys/types.h>
  1696. #include <signal.h>
  1697. /* NetBSD declares sys_siglist in unistd.h.  */
  1698. #ifdef HAVE_UNISTD_H
  1699. #include <unistd.h>
  1700. #endif
  1701. int main() {
  1702. char *msg = *(sys_siglist + 1);
  1703. ; return 0; }
  1704. EOF
  1705. if { (eval echo configure:1706: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1706.   rm -rf conftest*
  1707.   ac_cv_decl_sys_siglist=yes
  1708. else
  1709.   echo "configure: failed program was:" >&5
  1710.   cat conftest.$ac_ext >&5
  1711.   rm -rf conftest*
  1712.   ac_cv_decl_sys_siglist=no
  1713. fi
  1714. rm -f conftest*
  1715. fi
  1716.  
  1717. echo "$ac_t""$ac_cv_decl_sys_siglist" 1>&6
  1718. if test $ac_cv_decl_sys_siglist = yes; then
  1719.   cat >> confdefs.h <<\EOF
  1720. #define SYS_SIGLIST_DECLARED 1
  1721. EOF
  1722.  
  1723. fi
  1724.  
  1725.  
  1726. echo $ac_n "checking size of long""... $ac_c" 1>&6
  1727. echo "configure:1728: checking size of long" >&5
  1728. if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
  1729.   echo $ac_n "(cached) $ac_c" 1>&6
  1730. else
  1731.   if test "$cross_compiling" = yes; then
  1732.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1733. else
  1734.   cat > conftest.$ac_ext <<EOF
  1735. #line 1736 "configure"
  1736. #include "confdefs.h"
  1737. #include <stdio.h>
  1738. main()
  1739. {
  1740.   FILE *f=fopen("conftestval", "w");
  1741.   if (!f) exit(1);
  1742.   fprintf(f, "%d\n", sizeof(long));
  1743.   exit(0);
  1744. }
  1745. EOF
  1746. if { (eval echo configure:1747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  1747. then
  1748.   ac_cv_sizeof_long=`cat conftestval`
  1749. else
  1750.   echo "configure: failed program was:" >&5
  1751.   cat conftest.$ac_ext >&5
  1752.   rm -fr conftest*
  1753.   ac_cv_sizeof_long=0
  1754. fi
  1755. rm -fr conftest*
  1756. fi
  1757.  
  1758. fi
  1759. echo "$ac_t""$ac_cv_sizeof_long" 1>&6
  1760. cat >> confdefs.h <<EOF
  1761. #define SIZEOF_LONG $ac_cv_sizeof_long
  1762. EOF
  1763.  
  1764.  
  1765.  
  1766. echo $ac_n "checking for pid_t""... $ac_c" 1>&6
  1767. echo "configure:1768: checking for pid_t" >&5
  1768. if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
  1769.   echo $ac_n "(cached) $ac_c" 1>&6
  1770. else
  1771.   cat > conftest.$ac_ext <<EOF
  1772. #line 1773 "configure"
  1773. #include "confdefs.h"
  1774. #include <sys/types.h>
  1775. #if STDC_HEADERS
  1776. #include <stdlib.h>
  1777. #include <stddef.h>
  1778. #endif
  1779. EOF
  1780. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1781.   egrep "pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  1782.   rm -rf conftest*
  1783.   ac_cv_type_pid_t=yes
  1784. else
  1785.   rm -rf conftest*
  1786.   ac_cv_type_pid_t=no
  1787. fi
  1788. rm -f conftest*
  1789.  
  1790. fi
  1791. echo "$ac_t""$ac_cv_type_pid_t" 1>&6
  1792. if test $ac_cv_type_pid_t = no; then
  1793.   cat >> confdefs.h <<\EOF
  1794. #define pid_t int
  1795. EOF
  1796.  
  1797. fi
  1798.  
  1799.  
  1800. for ac_func in setegid srand48 strerror
  1801. do
  1802. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1803. echo "configure:1804: checking for $ac_func" >&5
  1804. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1805.   echo $ac_n "(cached) $ac_c" 1>&6
  1806. else
  1807.   cat > conftest.$ac_ext <<EOF
  1808. #line 1809 "configure"
  1809. #include "confdefs.h"
  1810. /* System header to define __stub macros and hopefully few prototypes,
  1811.     which can conflict with char $ac_func(); below.  */
  1812. #include <assert.h>
  1813. /* Override any gcc2 internal prototype to avoid an error.  */
  1814. /* We use char because int might match the return type of a gcc2
  1815.     builtin and then its argument prototype would still apply.  */
  1816. char $ac_func();
  1817.  
  1818. int main() {
  1819.  
  1820. /* The GNU C library defines this for functions which it implements
  1821.     to always fail with ENOSYS.  Some functions are actually named
  1822.     something starting with __ and the normal name is an alias.  */
  1823. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1824. choke me
  1825. #else
  1826. $ac_func();
  1827. #endif
  1828.  
  1829. ; return 0; }
  1830. EOF
  1831. if { (eval echo configure:1832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1832.   rm -rf conftest*
  1833.   eval "ac_cv_func_$ac_func=yes"
  1834. else
  1835.   echo "configure: failed program was:" >&5
  1836.   cat conftest.$ac_ext >&5
  1837.   rm -rf conftest*
  1838.   eval "ac_cv_func_$ac_func=no"
  1839. fi
  1840. rm -f conftest*
  1841. fi
  1842.  
  1843. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1844.   echo "$ac_t""yes" 1>&6
  1845.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1846.   cat >> confdefs.h <<EOF
  1847. #define $ac_tr_func 1
  1848. EOF
  1849.  
  1850. else
  1851.   echo "$ac_t""no" 1>&6
  1852. fi
  1853. done
  1854.  
  1855.  
  1856. for ac_func in snprintf strcasecmp
  1857. do
  1858. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1859. echo "configure:1860: checking for $ac_func" >&5
  1860. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1861.   echo $ac_n "(cached) $ac_c" 1>&6
  1862. else
  1863.   cat > conftest.$ac_ext <<EOF
  1864. #line 1865 "configure"
  1865. #include "confdefs.h"
  1866. /* System header to define __stub macros and hopefully few prototypes,
  1867.     which can conflict with char $ac_func(); below.  */
  1868. #include <assert.h>
  1869. /* Override any gcc2 internal prototype to avoid an error.  */
  1870. /* We use char because int might match the return type of a gcc2
  1871.     builtin and then its argument prototype would still apply.  */
  1872. char $ac_func();
  1873.  
  1874. int main() {
  1875.  
  1876. /* The GNU C library defines this for functions which it implements
  1877.     to always fail with ENOSYS.  Some functions are actually named
  1878.     something starting with __ and the normal name is an alias.  */
  1879. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1880. choke me
  1881. #else
  1882. $ac_func();
  1883. #endif
  1884.  
  1885. ; return 0; }
  1886. EOF
  1887. if { (eval echo configure:1888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1888.   rm -rf conftest*
  1889.   eval "ac_cv_func_$ac_func=yes"
  1890. else
  1891.   echo "configure: failed program was:" >&5
  1892.   cat conftest.$ac_ext >&5
  1893.   rm -rf conftest*
  1894.   eval "ac_cv_func_$ac_func=no"
  1895. fi
  1896. rm -f conftest*
  1897. fi
  1898.  
  1899. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1900.   echo "$ac_t""yes" 1>&6
  1901.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1902.   cat >> confdefs.h <<EOF
  1903. #define $ac_tr_func 1
  1904. EOF
  1905.  
  1906. else
  1907.   echo "$ac_t""no" 1>&6
  1908. LIBOBJS="$LIBOBJS ${ac_func}.o"
  1909. fi
  1910. done
  1911.  
  1912.  
  1913.  
  1914. for ac_func in ftruncate
  1915. do
  1916. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1917. echo "configure:1918: checking for $ac_func" >&5
  1918. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1919.   echo $ac_n "(cached) $ac_c" 1>&6
  1920. else
  1921.   cat > conftest.$ac_ext <<EOF
  1922. #line 1923 "configure"
  1923. #include "confdefs.h"
  1924. /* System header to define __stub macros and hopefully few prototypes,
  1925.     which can conflict with char $ac_func(); below.  */
  1926. #include <assert.h>
  1927. /* Override any gcc2 internal prototype to avoid an error.  */
  1928. /* We use char because int might match the return type of a gcc2
  1929.     builtin and then its argument prototype would still apply.  */
  1930. char $ac_func();
  1931.  
  1932. int main() {
  1933.  
  1934. /* The GNU C library defines this for functions which it implements
  1935.     to always fail with ENOSYS.  Some functions are actually named
  1936.     something starting with __ and the normal name is an alias.  */
  1937. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1938. choke me
  1939. #else
  1940. $ac_func();
  1941. #endif
  1942.  
  1943. ; return 0; }
  1944. EOF
  1945. if { (eval echo configure:1946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1946.   rm -rf conftest*
  1947.   eval "ac_cv_func_$ac_func=yes"
  1948. else
  1949.   echo "configure: failed program was:" >&5
  1950.   cat conftest.$ac_ext >&5
  1951.   rm -rf conftest*
  1952.   eval "ac_cv_func_$ac_func=no"
  1953. fi
  1954. rm -f conftest*
  1955. fi
  1956.  
  1957. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1958.   echo "$ac_t""yes" 1>&6
  1959.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1960.   cat >> confdefs.h <<EOF
  1961. #define $ac_tr_func 1
  1962. EOF
  1963.  break
  1964. else
  1965.   echo "$ac_t""no" 1>&6
  1966. echo $ac_n "checking for chsize in -lx""... $ac_c" 1>&6
  1967. echo "configure:1968: checking for chsize in -lx" >&5
  1968. ac_lib_var=`echo x'_'chsize | sed 'y%./+-%__p_%'`
  1969. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1970.   echo $ac_n "(cached) $ac_c" 1>&6
  1971. else
  1972.   ac_save_LIBS="$LIBS"
  1973. LIBS="-lx  $LIBS"
  1974. cat > conftest.$ac_ext <<EOF
  1975. #line 1976 "configure"
  1976. #include "confdefs.h"
  1977. /* Override any gcc2 internal prototype to avoid an error.  */
  1978. /* We use char because int might match the return type of a gcc2
  1979.     builtin and then its argument prototype would still apply.  */
  1980. char chsize();
  1981.  
  1982. int main() {
  1983. chsize()
  1984. ; return 0; }
  1985. EOF
  1986. if { (eval echo configure:1987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1987.   rm -rf conftest*
  1988.   eval "ac_cv_lib_$ac_lib_var=yes"
  1989. else
  1990.   echo "configure: failed program was:" >&5
  1991.   cat conftest.$ac_ext >&5
  1992.   rm -rf conftest*
  1993.   eval "ac_cv_lib_$ac_lib_var=no"
  1994. fi
  1995. rm -f conftest*
  1996. LIBS="$ac_save_LIBS"
  1997.  
  1998. fi
  1999. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2000.   echo "$ac_t""yes" 1>&6
  2001.     ac_tr_lib=HAVE_LIB`echo x | sed -e 's/^a-zA-Z0-9_/_/g' \
  2002.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2003.   cat >> confdefs.h <<EOF
  2004. #define $ac_tr_lib 1
  2005. EOF
  2006.  
  2007.   LIBS="-lx $LIBS"
  2008.  
  2009. else
  2010.   echo "$ac_t""no" 1>&6
  2011. fi
  2012.  
  2013. fi
  2014. done
  2015.  
  2016.  
  2017. for ac_func in strftime
  2018. do
  2019. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2020. echo "configure:2021: checking for $ac_func" >&5
  2021. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2022.   echo $ac_n "(cached) $ac_c" 1>&6
  2023. else
  2024.   cat > conftest.$ac_ext <<EOF
  2025. #line 2026 "configure"
  2026. #include "confdefs.h"
  2027. /* System header to define __stub macros and hopefully few prototypes,
  2028.     which can conflict with char $ac_func(); below.  */
  2029. #include <assert.h>
  2030. /* Override any gcc2 internal prototype to avoid an error.  */
  2031. /* We use char because int might match the return type of a gcc2
  2032.     builtin and then its argument prototype would still apply.  */
  2033. char $ac_func();
  2034.  
  2035. int main() {
  2036.  
  2037. /* The GNU C library defines this for functions which it implements
  2038.     to always fail with ENOSYS.  Some functions are actually named
  2039.     something starting with __ and the normal name is an alias.  */
  2040. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2041. choke me
  2042. #else
  2043. $ac_func();
  2044. #endif
  2045.  
  2046. ; return 0; }
  2047. EOF
  2048. if { (eval echo configure:2049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2049.   rm -rf conftest*
  2050.   eval "ac_cv_func_$ac_func=yes"
  2051. else
  2052.   echo "configure: failed program was:" >&5
  2053.   cat conftest.$ac_ext >&5
  2054.   rm -rf conftest*
  2055.   eval "ac_cv_func_$ac_func=no"
  2056. fi
  2057. rm -f conftest*
  2058. fi
  2059.  
  2060. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2061.   echo "$ac_t""yes" 1>&6
  2062.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2063.   cat >> confdefs.h <<EOF
  2064. #define $ac_tr_func 1
  2065. EOF
  2066.  break
  2067. else
  2068.   echo "$ac_t""no" 1>&6
  2069. echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6
  2070. echo "configure:2071: checking for strftime in -lintl" >&5
  2071. ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'`
  2072. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2073.   echo $ac_n "(cached) $ac_c" 1>&6
  2074. else
  2075.   ac_save_LIBS="$LIBS"
  2076. LIBS="-lintl  $LIBS"
  2077. cat > conftest.$ac_ext <<EOF
  2078. #line 2079 "configure"
  2079. #include "confdefs.h"
  2080. /* Override any gcc2 internal prototype to avoid an error.  */
  2081. /* We use char because int might match the return type of a gcc2
  2082.     builtin and then its argument prototype would still apply.  */
  2083. char strftime();
  2084.  
  2085. int main() {
  2086. strftime()
  2087. ; return 0; }
  2088. EOF
  2089. if { (eval echo configure:2090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2090.   rm -rf conftest*
  2091.   eval "ac_cv_lib_$ac_lib_var=yes"
  2092. else
  2093.   echo "configure: failed program was:" >&5
  2094.   cat conftest.$ac_ext >&5
  2095.   rm -rf conftest*
  2096.   eval "ac_cv_lib_$ac_lib_var=no"
  2097. fi
  2098. rm -f conftest*
  2099. LIBS="$ac_save_LIBS"
  2100.  
  2101. fi
  2102. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2103.   echo "$ac_t""yes" 1>&6
  2104.     ac_tr_lib=HAVE_LIB`echo intl | sed -e 's/^a-zA-Z0-9_/_/g' \
  2105.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2106.   cat >> confdefs.h <<EOF
  2107. #define $ac_tr_lib 1
  2108. EOF
  2109.  
  2110.   LIBS="-lintl $LIBS"
  2111.  
  2112. else
  2113.   echo "$ac_t""no" 1>&6
  2114. fi
  2115.  
  2116. fi
  2117. done
  2118.  
  2119.  
  2120. mutt_cv_regex=yes
  2121. # Check whether --with-rx or --without-rx was given.
  2122. if test "${with_rx+set}" = set; then
  2123.   withval="$with_rx"
  2124.   if test $withval != yes; then
  2125.         if test -d $withval/lib; then
  2126.             LIBS="$LIBS -L$withval/lib -lrx"
  2127.             CPPFLAGS="-I$withval/include $CPPFLAGS"
  2128.         else
  2129.             LIBS="$LIBS -L$withval -lrx"
  2130.             CPPFLAGS="-I$withval $CPPFLAGS"
  2131.         fi
  2132.         cat >> confdefs.h <<\EOF
  2133. #define USE_GNU_RX 1
  2134. EOF
  2135.  
  2136.         mutt_cv_regex=no
  2137.     fi
  2138. else
  2139.   for ac_func in regcomp
  2140. do
  2141. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2142. echo "configure:2143: checking for $ac_func" >&5
  2143. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2144.   echo $ac_n "(cached) $ac_c" 1>&6
  2145. else
  2146.   cat > conftest.$ac_ext <<EOF
  2147. #line 2148 "configure"
  2148. #include "confdefs.h"
  2149. /* System header to define __stub macros and hopefully few prototypes,
  2150.     which can conflict with char $ac_func(); below.  */
  2151. #include <assert.h>
  2152. /* Override any gcc2 internal prototype to avoid an error.  */
  2153. /* We use char because int might match the return type of a gcc2
  2154.     builtin and then its argument prototype would still apply.  */
  2155. char $ac_func();
  2156.  
  2157. int main() {
  2158.  
  2159. /* The GNU C library defines this for functions which it implements
  2160.     to always fail with ENOSYS.  Some functions are actually named
  2161.     something starting with __ and the normal name is an alias.  */
  2162. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2163. choke me
  2164. #else
  2165. $ac_func();
  2166. #endif
  2167.  
  2168. ; return 0; }
  2169. EOF
  2170. if { (eval echo configure:2171: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2171.   rm -rf conftest*
  2172.   eval "ac_cv_func_$ac_func=yes"
  2173. else
  2174.   echo "configure: failed program was:" >&5
  2175.   cat conftest.$ac_ext >&5
  2176.   rm -rf conftest*
  2177.   eval "ac_cv_func_$ac_func=no"
  2178. fi
  2179. rm -f conftest*
  2180. fi
  2181.  
  2182. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2183.   echo "$ac_t""yes" 1>&6
  2184.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2185.   cat >> confdefs.h <<EOF
  2186. #define $ac_tr_func 1
  2187. EOF
  2188.  mutt_cv_regex=no
  2189. else
  2190.   echo "$ac_t""no" 1>&6
  2191. fi
  2192. done
  2193.  
  2194. fi
  2195.  
  2196.  
  2197. if test $mutt_cv_regex = yes; then
  2198.     if test -d ../rx-1.5; then
  2199.         LIBS="$LIBS ../rx-1.5/rx/librx.a"
  2200.         CPPFLAGS="-I../rx-1.5/rx $CPPFLAGS"
  2201.     else
  2202.         LIBOBJS="$LIBOBJS rx/librx.a"
  2203.         CPPFLAGS="-I\$(srcdir)/rx $CPPFLAGS"
  2204.     fi
  2205.     cat >> confdefs.h <<\EOF
  2206. #define USE_GNU_RX 1
  2207. EOF
  2208.  
  2209. fi
  2210.  
  2211. # Check whether --with-homespool or --without-homespool was given.
  2212. if test "${with_homespool+set}" = set; then
  2213.   withval="$with_homespool"
  2214.   with_homespool=${withval}
  2215. fi
  2216.  
  2217. if test x$with_homespool != x; then
  2218.     if test $with_homespool = yes; then
  2219.         with_homespool=mailbox
  2220.     fi
  2221.     cat >> confdefs.h <<EOF
  2222. #define MAILPATH "$with_homespool"
  2223. EOF
  2224.  
  2225.     cat >> confdefs.h <<\EOF
  2226. #define HOMESPOOL 1
  2227. EOF
  2228.  
  2229.     cat >> confdefs.h <<\EOF
  2230. #define USE_DOTLOCK 1
  2231. EOF
  2232.  
  2233.     mutt_cv_setgid=no
  2234. else
  2235.     # Check whether --with-mailpath or --without-mailpath was given.
  2236. if test "${with_mailpath+set}" = set; then
  2237.   withval="$with_mailpath"
  2238.   mutt_cv_mailpath=$withval
  2239. else
  2240.    echo $ac_n "checking where new mail is stored""... $ac_c" 1>&6
  2241. echo "configure:2242: checking where new mail is stored" >&5
  2242. if eval "test \"`echo '$''{'mutt_cv_mailpath'+set}'`\" = set"; then
  2243.   echo $ac_n "(cached) $ac_c" 1>&6
  2244. else
  2245.   mutt_cv_mailpath=no
  2246.             if test -d /var/mail; then
  2247.                 mutt_cv_mailpath=/var/mail
  2248.             elif test -d /var/spool/mail; then
  2249.                 mutt_cv_mailpath=/var/spool/mail
  2250.             elif test -d /usr/spool/mail; then
  2251.                 mutt_cv_mailpath=/usr/spool/mail
  2252.             elif test -d /usr/mail; then
  2253.                 mutt_cv_mailpath=/usr/mail
  2254.             fi
  2255. fi
  2256.  
  2257. echo "$ac_t""$mutt_cv_mailpath" 1>&6
  2258.         
  2259. fi
  2260.  
  2261.     if test $mutt_cv_mailpath = no; then
  2262.         { echo "configure: error: "Could not determine where new mail is stored."" 1>&2; exit 1; }
  2263.     fi
  2264.     cat >> confdefs.h <<EOF
  2265. #define MAILPATH "$mutt_cv_mailpath"
  2266. EOF
  2267.  
  2268.  
  2269.     echo $ac_n "checking if $mutt_cv_mailpath is world writable""... $ac_c" 1>&6
  2270. echo "configure:2271: checking if $mutt_cv_mailpath is world writable" >&5
  2271. if eval "test \"`echo '$''{'mutt_cv_worldwrite'+set}'`\" = set"; then
  2272.   echo $ac_n "(cached) $ac_c" 1>&6
  2273. else
  2274.   if test "$cross_compiling" = yes; then
  2275.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2276. else
  2277.   cat > conftest.$ac_ext <<EOF
  2278. #line 2279 "configure"
  2279. #include "confdefs.h"
  2280. #include <sys/types.h>
  2281. #include <sys/stat.h>
  2282.  
  2283. int main (int argc, char **argv)
  2284. {
  2285.     struct stat s;
  2286.  
  2287.     stat ("$mutt_cv_mailpath", &s);
  2288.     if (s.st_mode & S_IWOTH) exit (0);
  2289.     exit (1);
  2290. }
  2291. EOF
  2292. if { (eval echo configure:2293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  2293. then
  2294.   mutt_cv_worldwrite=yes
  2295. else
  2296.   echo "configure: failed program was:" >&5
  2297.   cat conftest.$ac_ext >&5
  2298.   rm -fr conftest*
  2299.   mutt_cv_worldwrite=no
  2300. fi
  2301. rm -fr conftest*
  2302. fi
  2303.  
  2304. fi
  2305.  
  2306. echo "$ac_t""$mutt_cv_worldwrite" 1>&6
  2307.  
  2308.     mutt_cv_setgid=no
  2309.     if test $mutt_cv_worldwrite = yes; then
  2310.         cat >> confdefs.h <<\EOF
  2311. #define USE_DOTLOCK 1
  2312. EOF
  2313.  
  2314.     else
  2315.  
  2316.         echo $ac_n "checking if $mutt_cv_mailpath is group writable""... $ac_c" 1>&6
  2317. echo "configure:2318: checking if $mutt_cv_mailpath is group writable" >&5
  2318. if eval "test \"`echo '$''{'mutt_cv_groupwrite'+set}'`\" = set"; then
  2319.   echo $ac_n "(cached) $ac_c" 1>&6
  2320. else
  2321.   if test "$cross_compiling" = yes; then
  2322.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  2323. else
  2324.   cat > conftest.$ac_ext <<EOF
  2325. #line 2326 "configure"
  2326. #include "confdefs.h"
  2327. #include <sys/types.h>
  2328. #include <sys/stat.h>
  2329.  
  2330. int main (int argc, char **argv)
  2331. {
  2332.     struct stat s;
  2333.  
  2334.     stat ("$mutt_cv_mailpath", &s);
  2335.     if (s.st_mode & S_IWGRP) exit (0);
  2336.     exit (1);
  2337. }
  2338. EOF
  2339. if { (eval echo configure:2340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  2340. then
  2341.   mutt_cv_groupwrite=yes
  2342. else
  2343.   echo "configure: failed program was:" >&5
  2344.   cat conftest.$ac_ext >&5
  2345.   rm -fr conftest*
  2346.   mutt_cv_groupwrite=no
  2347. fi
  2348. rm -fr conftest*
  2349. fi
  2350.  
  2351. fi
  2352.  
  2353. echo "$ac_t""$mutt_cv_groupwrite" 1>&6
  2354.  
  2355.         if test $mutt_cv_groupwrite = yes; then
  2356.             cat >> confdefs.h <<\EOF
  2357. #define USE_DOTLOCK 1
  2358. EOF
  2359.  
  2360.             cat >> confdefs.h <<\EOF
  2361. #define USE_SETGID 1
  2362. EOF
  2363.  
  2364.             mutt_cv_setgid=yes
  2365.         fi
  2366.     fi
  2367. fi
  2368.  
  2369. # Check whether --with-sharedir or --without-sharedir was given.
  2370. if test "${with_sharedir+set}" = set; then
  2371.   withval="$with_sharedir"
  2372.   mutt_cv_sharedir=$withval
  2373. else
  2374.    echo $ac_n "checking where to put architecture-independent data files""... $ac_c" 1>&6
  2375. echo "configure:2376: checking where to put architecture-independent data files" >&5
  2376. if eval "test \"`echo '$''{'mutt_cv_sharedir'+set}'`\" = set"; then
  2377.   echo $ac_n "(cached) $ac_c" 1>&6
  2378. else
  2379.   if test x$prefix = xNONE; then
  2380.             mutt_cv_prefix=$ac_default_prefix
  2381.         else
  2382.             mutt_cv_prefix=$prefix
  2383.         fi
  2384.         if test -d ${mutt_cv_prefix}/share; then
  2385.             if test -d ${mutt_cv_prefix}/share/misc; then
  2386.                 mutt_cv_sharedir='${prefix}/share/misc'
  2387.             else
  2388.                 mutt_cv_sharedir='${prefix}/share'
  2389.             fi
  2390.         else
  2391.             mutt_cv_sharedir='${libdir}'
  2392.         fi
  2393. fi
  2394.  
  2395. echo "$ac_t""$mutt_cv_sharedir" 1>&6
  2396.     
  2397. fi
  2398.  
  2399.  
  2400. sharedir=$mutt_cv_sharedir
  2401.  
  2402.  
  2403. if test x$mutt_cv_setgid = xyes; then
  2404.     MUTT_GROUP='-g mail'
  2405.     MUTT_PERMISSION=2755
  2406. else
  2407.     MUTT_GROUP=''
  2408.     MUTT_PERMISSION=755
  2409. fi
  2410.  
  2411.  
  2412.  
  2413. # Check whether --with-domain or --without-domain was given.
  2414. if test "${with_domain+set}" = set; then
  2415.   withval="$with_domain"
  2416.   if test $withval != yes; then
  2417.         cat >> confdefs.h <<EOF
  2418. #define DOMAIN "$withval"
  2419. EOF
  2420.  
  2421.     fi
  2422. fi
  2423.  
  2424.  
  2425. # Check whether --enable-hidden-host or --disable-hidden-host was given.
  2426. if test "${enable_hidden_host+set}" = set; then
  2427.   enableval="$enable_hidden_host"
  2428.   cat >> confdefs.h <<\EOF
  2429. #define HIDDEN_HOST 1
  2430. EOF
  2431.  
  2432. fi
  2433.  
  2434.  
  2435. # Check whether --enable-pop or --disable-pop was given.
  2436. if test "${enable_pop+set}" = set; then
  2437.   enableval="$enable_pop"
  2438.       cat >> confdefs.h <<\EOF
  2439. #define USE_POP 1
  2440. EOF
  2441.  
  2442.     echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
  2443. echo "configure:2444: checking for socket in -lsocket" >&5
  2444. ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
  2445. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2446.   echo $ac_n "(cached) $ac_c" 1>&6
  2447. else
  2448.   ac_save_LIBS="$LIBS"
  2449. LIBS="-lsocket  $LIBS"
  2450. cat > conftest.$ac_ext <<EOF
  2451. #line 2452 "configure"
  2452. #include "confdefs.h"
  2453. /* Override any gcc2 internal prototype to avoid an error.  */
  2454. /* We use char because int might match the return type of a gcc2
  2455.     builtin and then its argument prototype would still apply.  */
  2456. char socket();
  2457.  
  2458. int main() {
  2459. socket()
  2460. ; return 0; }
  2461. EOF
  2462. if { (eval echo configure:2463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2463.   rm -rf conftest*
  2464.   eval "ac_cv_lib_$ac_lib_var=yes"
  2465. else
  2466.   echo "configure: failed program was:" >&5
  2467.   cat conftest.$ac_ext >&5
  2468.   rm -rf conftest*
  2469.   eval "ac_cv_lib_$ac_lib_var=no"
  2470. fi
  2471. rm -f conftest*
  2472. LIBS="$ac_save_LIBS"
  2473.  
  2474. fi
  2475. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2476.   echo "$ac_t""yes" 1>&6
  2477.     ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \
  2478.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2479.   cat >> confdefs.h <<EOF
  2480. #define $ac_tr_lib 1
  2481. EOF
  2482.  
  2483.   LIBS="-lsocket $LIBS"
  2484.  
  2485. else
  2486.   echo "$ac_t""no" 1>&6
  2487. fi
  2488.  
  2489.     echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
  2490. echo "configure:2491: checking for gethostbyname in -lnsl" >&5
  2491. ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
  2492. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2493.   echo $ac_n "(cached) $ac_c" 1>&6
  2494. else
  2495.   ac_save_LIBS="$LIBS"
  2496. LIBS="-lnsl  $LIBS"
  2497. cat > conftest.$ac_ext <<EOF
  2498. #line 2499 "configure"
  2499. #include "confdefs.h"
  2500. /* Override any gcc2 internal prototype to avoid an error.  */
  2501. /* We use char because int might match the return type of a gcc2
  2502.     builtin and then its argument prototype would still apply.  */
  2503. char gethostbyname();
  2504.  
  2505. int main() {
  2506. gethostbyname()
  2507. ; return 0; }
  2508. EOF
  2509. if { (eval echo configure:2510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2510.   rm -rf conftest*
  2511.   eval "ac_cv_lib_$ac_lib_var=yes"
  2512. else
  2513.   echo "configure: failed program was:" >&5
  2514.   cat conftest.$ac_ext >&5
  2515.   rm -rf conftest*
  2516.   eval "ac_cv_lib_$ac_lib_var=no"
  2517. fi
  2518. rm -f conftest*
  2519. LIBS="$ac_save_LIBS"
  2520.  
  2521. fi
  2522. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2523.   echo "$ac_t""yes" 1>&6
  2524.     ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
  2525.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2526.   cat >> confdefs.h <<EOF
  2527. #define $ac_tr_lib 1
  2528. EOF
  2529.  
  2530.   LIBS="-lnsl $LIBS"
  2531.  
  2532. else
  2533.   echo "$ac_t""no" 1>&6
  2534. fi
  2535.  
  2536.     LIBOBJS="$LIBOBJS pop.o"
  2537.  
  2538. fi
  2539.  
  2540.  
  2541. # Check whether --enable-flock or --disable-flock was given.
  2542. if test "${enable_flock+set}" = set; then
  2543.   enableval="$enable_flock"
  2544.   if test $enableval = yes; then
  2545.         cat >> confdefs.h <<\EOF
  2546. #define USE_FLOCK 1
  2547. EOF
  2548.  
  2549.     fi
  2550. fi
  2551.  
  2552.  
  2553. mutt_cv_fcntl=yes
  2554. # Check whether --enable-fcntl or --disable-fcntl was given.
  2555. if test "${enable_fcntl+set}" = set; then
  2556.   enableval="$enable_fcntl"
  2557.   if test $enableval = no; then mutt_cv_fcntl=no; fi
  2558. fi
  2559.  
  2560.  
  2561. if test $mutt_cv_fcntl = yes; then
  2562.     cat >> confdefs.h <<\EOF
  2563. #define USE_FCNTL 1
  2564. EOF
  2565.  
  2566. fi
  2567.  
  2568. mutt_cv_warnings=yes
  2569. # Check whether --enable-warnings or --disable-warnings was given.
  2570. if test "${enable_warnings+set}" = set; then
  2571.   enableval="$enable_warnings"
  2572.   if test $enableval = no; then
  2573.     mutt_cv_warnings=no
  2574. fi
  2575. fi
  2576.  
  2577.  
  2578. if test "$ac_cv_prog_CC" = gcc -a $mutt_cv_warnings = yes; then
  2579.     CFLAGS="-Wall -pedantic $CFLAGS"
  2580. fi
  2581.  
  2582. # Check whether --enable-nfs-fix or --disable-nfs-fix was given.
  2583. if test "${enable_nfs_fix+set}" = set; then
  2584.   enableval="$enable_nfs_fix"
  2585.   if test x$enableval = xyes; then
  2586.                 cat >> confdefs.h <<\EOF
  2587. #define NFS_ATTRIBUTE_HACK 1
  2588. EOF
  2589.  
  2590.         fi
  2591. fi
  2592.  
  2593.  
  2594. # Check whether --enable-buffy-size or --disable-buffy-size was given.
  2595. if test "${enable_buffy_size+set}" = set; then
  2596.   enableval="$enable_buffy_size"
  2597.   if test x$enableval = xyes; then
  2598.                 cat >> confdefs.h <<\EOF
  2599. #define BUFFY_SIZE 1
  2600. EOF
  2601.  
  2602.         fi
  2603. fi
  2604.  
  2605.  
  2606. # Check whether --enable-locales-fix or --disable-locales-fix was given.
  2607. if test "${enable_locales_fix+set}" = set; then
  2608.   enableval="$enable_locales_fix"
  2609.   if test x$enableval = xyes; then
  2610.                 cat >> confdefs.h <<\EOF
  2611. #define LOCALES_HACK 1
  2612. EOF
  2613.  
  2614.         fi
  2615. fi
  2616.  
  2617.  
  2618. # Check whether --with-exec-shell or --without-exec-shell was given.
  2619. if test "${with_exec_shell+set}" = set; then
  2620.   withval="$with_exec_shell"
  2621.   if test $withval != yes; then
  2622.         cat >> confdefs.h <<EOF
  2623. #define EXECSHELL "$withval"
  2624. EOF
  2625.  
  2626.     fi
  2627. fi
  2628.  
  2629.  
  2630. trap '' 1 2 15
  2631. cat > confcache <<\EOF
  2632. # This file is a shell script that caches the results of configure
  2633. # tests run on this system so they can be shared between configure
  2634. # scripts and configure runs.  It is not useful on other systems.
  2635. # If it contains results you don't want to keep, you may remove or edit it.
  2636. #
  2637. # By default, configure uses ./config.cache as the cache file,
  2638. # creating it if it does not exist already.  You can give configure
  2639. # the --cache-file=FILE option to use a different cache file; that is
  2640. # what configure does when it calls configure scripts in
  2641. # subdirectories, so they share the cache.
  2642. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  2643. # config.status only pays attention to the cache file if you give it the
  2644. # --recheck option to rerun configure.
  2645. #
  2646. EOF
  2647. # The following way of writing the cache mishandles newlines in values,
  2648. # but we know of no workaround that is simple, portable, and efficient.
  2649. # So, don't put newlines in cache variables' values.
  2650. # Ultrix sh set writes to stderr and can't be redirected directly,
  2651. # and sets the high bit in the cache file unless we assign to the vars.
  2652. (set) 2>&1 |
  2653.   case `(ac_space=' '; set) 2>&1` in
  2654.   *ac_space=\ *)
  2655.     # `set' does not quote correctly, so add quotes (double-quote substitution
  2656.     # turns \\\\ into \\, and sed turns \\ into \).
  2657.     sed -n \
  2658.       -e "s/'/'\\\\''/g" \
  2659.       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
  2660.     ;;
  2661.   *)
  2662.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  2663.     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
  2664.     ;;
  2665.   esac >> confcache
  2666. if cmp -s $cache_file confcache; then
  2667.   :
  2668. else
  2669.   if test -w $cache_file; then
  2670.     echo "updating cache $cache_file"
  2671.     cat confcache > $cache_file
  2672.   else
  2673.     echo "not updating unwritable cache $cache_file"
  2674.   fi
  2675. fi
  2676. rm -f confcache
  2677.  
  2678. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  2679.  
  2680. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  2681. # Let make expand exec_prefix.
  2682. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  2683.  
  2684. # Any assignment to VPATH causes Sun make to only execute
  2685. # the first set of double-colon rules, so remove it if not needed.
  2686. # If there is a colon in the path, we need to keep it.
  2687. if test "x$srcdir" = x.; then
  2688.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  2689. fi
  2690.  
  2691. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  2692.  
  2693. DEFS=-DHAVE_CONFIG_H
  2694.  
  2695. # Without the "./", some shells look in PATH for config.status.
  2696. : ${CONFIG_STATUS=./config.status}
  2697.  
  2698. echo creating $CONFIG_STATUS
  2699. rm -f $CONFIG_STATUS
  2700. cat > $CONFIG_STATUS <<EOF
  2701. #! /bin/sh
  2702. # Generated automatically by configure.
  2703. # Run this file to recreate the current configuration.
  2704. # This directory was configured as follows,
  2705. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  2706. #
  2707. # $0 $ac_configure_args
  2708. #
  2709. # Compiler output produced by configure, useful for debugging
  2710. # configure, is in ./config.log if it exists.
  2711.  
  2712. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  2713. for ac_option
  2714. do
  2715.   case "\$ac_option" in
  2716.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2717.     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  2718.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  2719.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  2720.     echo "$CONFIG_STATUS generated by autoconf version 2.12"
  2721.     exit 0 ;;
  2722.   -help | --help | --hel | --he | --h)
  2723.     echo "\$ac_cs_usage"; exit 0 ;;
  2724.   *) echo "\$ac_cs_usage"; exit 1 ;;
  2725.   esac
  2726. done
  2727.  
  2728. ac_given_srcdir=$srcdir
  2729. ac_given_INSTALL="$INSTALL"
  2730.  
  2731. trap 'rm -fr `echo "Makefile rx/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  2732. EOF
  2733. cat >> $CONFIG_STATUS <<EOF
  2734.  
  2735. # Protect against being on the right side of a sed subst in config.status.
  2736. sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  2737.  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  2738. $ac_vpsub
  2739. $extrasub
  2740. s%@CFLAGS@%$CFLAGS%g
  2741. s%@CPPFLAGS@%$CPPFLAGS%g
  2742. s%@CXXFLAGS@%$CXXFLAGS%g
  2743. s%@DEFS@%$DEFS%g
  2744. s%@LDFLAGS@%$LDFLAGS%g
  2745. s%@LIBS@%$LIBS%g
  2746. s%@exec_prefix@%$exec_prefix%g
  2747. s%@prefix@%$prefix%g
  2748. s%@program_transform_name@%$program_transform_name%g
  2749. s%@bindir@%$bindir%g
  2750. s%@sbindir@%$sbindir%g
  2751. s%@libexecdir@%$libexecdir%g
  2752. s%@datadir@%$datadir%g
  2753. s%@sysconfdir@%$sysconfdir%g
  2754. s%@sharedstatedir@%$sharedstatedir%g
  2755. s%@localstatedir@%$localstatedir%g
  2756. s%@libdir@%$libdir%g
  2757. s%@includedir@%$includedir%g
  2758. s%@oldincludedir@%$oldincludedir%g
  2759. s%@infodir@%$infodir%g
  2760. s%@mandir@%$mandir%g
  2761. s%@CC@%$CC%g
  2762. s%@SET_MAKE@%$SET_MAKE%g
  2763. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  2764. s%@INSTALL_DATA@%$INSTALL_DATA%g
  2765. s%@SENDMAIL@%$SENDMAIL%g
  2766. s%@PGPK@%$PGPK%g
  2767. s%@PGP@%$PGP%g
  2768. s%@OPS@%$OPS%g
  2769. s%@VERSION@%$VERSION%g
  2770. s%@ISPELL@%$ISPELL%g
  2771. s%@CPP@%$CPP%g
  2772. s%@LIBOBJS@%$LIBOBJS%g
  2773. s%@sharedir@%$sharedir%g
  2774. s%@MUTT_GROUP@%$MUTT_GROUP%g
  2775. s%@MUTT_PERMISSION@%$MUTT_PERMISSION%g
  2776.  
  2777. CEOF
  2778. EOF
  2779.  
  2780. cat >> $CONFIG_STATUS <<\EOF
  2781.  
  2782. # Split the substitutions into bite-sized pieces for seds with
  2783. # small command number limits, like on Digital OSF/1 and HP-UX.
  2784. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  2785. ac_file=1 # Number of current file.
  2786. ac_beg=1 # First line for current file.
  2787. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  2788. ac_more_lines=:
  2789. ac_sed_cmds=""
  2790. while $ac_more_lines; do
  2791.   if test $ac_beg -gt 1; then
  2792.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  2793.   else
  2794.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  2795.   fi
  2796.   if test ! -s conftest.s$ac_file; then
  2797.     ac_more_lines=false
  2798.     rm -f conftest.s$ac_file
  2799.   else
  2800.     if test -z "$ac_sed_cmds"; then
  2801.       ac_sed_cmds="sed -f conftest.s$ac_file"
  2802.     else
  2803.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  2804.     fi
  2805.     ac_file=`expr $ac_file + 1`
  2806.     ac_beg=$ac_end
  2807.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  2808.   fi
  2809. done
  2810. if test -z "$ac_sed_cmds"; then
  2811.   ac_sed_cmds=cat
  2812. fi
  2813. EOF
  2814.  
  2815. cat >> $CONFIG_STATUS <<EOF
  2816.  
  2817. CONFIG_FILES=\${CONFIG_FILES-"Makefile rx/Makefile"}
  2818. EOF
  2819. cat >> $CONFIG_STATUS <<\EOF
  2820. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  2821.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2822.   case "$ac_file" in
  2823.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  2824.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2825.   *) ac_file_in="${ac_file}.in" ;;
  2826.   esac
  2827.  
  2828.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  2829.  
  2830.   # Remove last slash and all that follows it.  Not all systems have dirname.
  2831.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2832.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2833.     # The file is in a subdirectory.
  2834.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  2835.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  2836.     # A "../" for each directory in $ac_dir_suffix.
  2837.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  2838.   else
  2839.     ac_dir_suffix= ac_dots=
  2840.   fi
  2841.  
  2842.   case "$ac_given_srcdir" in
  2843.   .)  srcdir=.
  2844.       if test -z "$ac_dots"; then top_srcdir=.
  2845.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  2846.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  2847.   *) # Relative path.
  2848.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  2849.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  2850.   esac
  2851.  
  2852.   case "$ac_given_INSTALL" in
  2853.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  2854.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  2855.   esac
  2856.  
  2857.   echo creating "$ac_file"
  2858.   rm -f "$ac_file"
  2859.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  2860.   case "$ac_file" in
  2861.   *Makefile*) ac_comsub="1i\\
  2862. # $configure_input" ;;
  2863.   *) ac_comsub= ;;
  2864.   esac
  2865.  
  2866.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  2867.   sed -e "$ac_comsub
  2868. s%@configure_input@%$configure_input%g
  2869. s%@srcdir@%$srcdir%g
  2870. s%@top_srcdir@%$top_srcdir%g
  2871. s%@INSTALL@%$INSTALL%g
  2872. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  2873. fi; done
  2874. rm -f conftest.s*
  2875.  
  2876. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  2877. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  2878. #
  2879. # ac_d sets the value in "#define NAME VALUE" lines.
  2880. ac_dA='s%^\([     ]*\)#\([     ]*define[     ][     ]*\)'
  2881. ac_dB='\([     ][     ]*\)[^     ]*%\1#\2'
  2882. ac_dC='\3'
  2883. ac_dD='%g'
  2884. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  2885. ac_uA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  2886. ac_uB='\([     ]\)%\1#\2define\3'
  2887. ac_uC=' '
  2888. ac_uD='\4%g'
  2889. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  2890. ac_eA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  2891. ac_eB='$%\1#\2define\3'
  2892. ac_eC=' '
  2893. ac_eD='%g'
  2894.  
  2895. if test "${CONFIG_HEADERS+set}" != set; then
  2896. EOF
  2897. cat >> $CONFIG_STATUS <<EOF
  2898.   CONFIG_HEADERS="config.h"
  2899. EOF
  2900. cat >> $CONFIG_STATUS <<\EOF
  2901. fi
  2902. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  2903.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2904.   case "$ac_file" in
  2905.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  2906.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2907.   *) ac_file_in="${ac_file}.in" ;;
  2908.   esac
  2909.  
  2910.   echo creating $ac_file
  2911.  
  2912.   rm -f conftest.frag conftest.in conftest.out
  2913.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  2914.   cat $ac_file_inputs > conftest.in
  2915.  
  2916. EOF
  2917.  
  2918. # Transform confdefs.h into a sed script conftest.vals that substitutes
  2919. # the proper values into config.h.in to produce config.h.  And first:
  2920. # Protect against being on the right side of a sed subst in config.status.
  2921. # Protect against being in an unquoted here document in config.status.
  2922. rm -f conftest.vals
  2923. cat > conftest.hdr <<\EOF
  2924. s/[\\&%]/\\&/g
  2925. s%[\\$`]%\\&%g
  2926. s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
  2927. s%ac_d%ac_u%gp
  2928. s%ac_u%ac_e%gp
  2929. EOF
  2930. sed -n -f conftest.hdr confdefs.h > conftest.vals
  2931. rm -f conftest.hdr
  2932.  
  2933. # This sed command replaces #undef with comments.  This is necessary, for
  2934. # example, in the case of _POSIX_SOURCE, which is predefined and required
  2935. # on some systems where configure will not decide to define it.
  2936. cat >> conftest.vals <<\EOF
  2937. s%^[     ]*#[     ]*undef[     ][     ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  2938. EOF
  2939.  
  2940. # Break up conftest.vals because some shells have a limit on
  2941. # the size of here documents, and old seds have small limits too.
  2942.  
  2943. rm -f conftest.tail
  2944. while :
  2945. do
  2946.   ac_lines=`grep -c . conftest.vals`
  2947.   # grep -c gives empty output for an empty file on some AIX systems.
  2948.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  2949.   # Write a limited-size here document to conftest.frag.
  2950.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  2951.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  2952.   echo 'CEOF
  2953.   sed -f conftest.frag conftest.in > conftest.out
  2954.   rm -f conftest.in
  2955.   mv conftest.out conftest.in
  2956. ' >> $CONFIG_STATUS
  2957.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  2958.   rm -f conftest.vals
  2959.   mv conftest.tail conftest.vals
  2960. done
  2961. rm -f conftest.vals
  2962.  
  2963. cat >> $CONFIG_STATUS <<\EOF
  2964.   rm -f conftest.frag conftest.h
  2965.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  2966.   cat conftest.in >> conftest.h
  2967.   rm -f conftest.in
  2968.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  2969.     echo "$ac_file is unchanged"
  2970.     rm -f conftest.h
  2971.   else
  2972.     # Remove last slash and all that follows it.  Not all systems have dirname.
  2973.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2974.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2975.       # The file is in a subdirectory.
  2976.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  2977.     fi
  2978.     rm -f $ac_file
  2979.     mv conftest.h $ac_file
  2980.   fi
  2981. fi; done
  2982.  
  2983. EOF
  2984. cat >> $CONFIG_STATUS <<EOF
  2985.  
  2986. EOF
  2987. cat >> $CONFIG_STATUS <<\EOF
  2988.  
  2989. exit 0
  2990. EOF
  2991. chmod +x $CONFIG_STATUS
  2992. rm -fr confdefs* $ac_clean_files
  2993. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  2994.  
  2995.